COLOR #00EDED

HEX: #00EDED RGB: (0,237,237)

Renk bilgisi

#00EDED contains only green and blue colors. #00EDED ‘ nin web güvenlik rengi #00FFFF (ya da #0FF) dir.

RGB renk modeli

#00EDED color RGB value is (0,237,237).

RGB: (0,237,237) (0%, 93%, 93%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 237 of 255 = 93%
B 237 of 255 = 93%

0
237
237

R + G + B ~ 62%. #00EDED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 0 + 237 + 237 = 474 (100%)
R 0 of 474 ~ 0%
G 237 of 474 ~ 50%
B 237 of 474 ~ 50'%

%50
%50

CMYK RENK MODELİ

#00EDED rengi CMYK tonu (100,0,0,7).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%

CMYK: (100,0,0,7)
C100M0Y0K7 (100%, 0%, 0%, 7%)
(1.00 / 0.00 / 0.00 / 0.07)

CMYK yüzdeleri

%100
%0
%0
%7.06

Codes

Color #00EDED in popluar color models

00 ED ED
RGB 0 237 237
HSL 180° 100.00% 46.47%
HSB/HSV 180° 100.00% 92.94%
CMYK 100.00% 0.00% 0.00%
7.06%

Color #00EDED in popluar number systems.

HEX 00 ED ED
Decimal 0 237 237
Binary 0 11101101 11101101
Octal 0 355 355

Shades and tints

Shades of #00EDED

#00EDED
(0,237,237)
#00D8D8
(0,216,216)
#00C3C3
(0,195,195)
#00AEAE
(0,174,174)
#009999
(0,153,153)
#008484
(0,132,132)
#006F6F
(0,111,111)
#005A5A
(0,90,90)
#004545
(0,69,69)
#003030
(0,48,48)
#001B1B
(0,27,27)
#000000
(0,0,0)

Tints of #00EDED

#00EDED
(0,237,237)
#17EEEE
(23,238,238)
#2EEFEF
(46,239,239)
#45F0F0
(69,240,240)
#5CF1F1
(92,241,241)
#73F2F2
(115,242,242)
#8AF3F3
(138,243,243)
#A1F4F4
(161,244,244)
#B8F5F5
(184,245,245)
#CFF6F6
(207,246,246)
#E6F7F7
(230,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00EDED color. Also use rgb(0,237,237) instead hex code.

Text Font Color

.myTextColor { color: #00EDED; }

<p style="color:#00EDED">This sample text font color is #00EDED.</p>

This text font color is #00EDED.

Background Color

.myBgColor { background-color: #00EDED; }

<div style="background-color:#00EDED">Inner text</div>

This div background color is #00EDED.

Border color

.myBorderColor { border: 1px solid #00EDED; }

<div style="border:3px solid #00EDED">Div</div>

This div border color is #00EDED.

Opacity

.myOpacity80 { color: #00EDED; opacity: 0.8; }

<p style="color:#00EDED;opacity:0.8;">80%</p>

Text with #00EDED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00EDED;}

<p style="text-shadow: 3px 3px 1px #00EDED">Text here.</p>

This text has shadow with #00EDED color.


.textShadow {text-shadow: 3px 3px 1px #00EDED', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00EDED, 5px 5px 20px red">Text here.</p>

This text has shadow with #00EDED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00EDED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00EDED, Direction=45, Strength=4)">Text</p>

This text has shadow with #00EDED and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00EDED;
-webkit-box-shadow: 1px 1px 3px 2px #00EDED;
box-shadow: 1px 1px 3px 2px #00EDED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00EDED; -webkit-box-shadow: 1px 1px 3px 2px #00EDED; box-shadow:1px 1px 3px 2px #00EDED;">
Div content here
</div>

This div box has shadow with color #00EDED.

Preview

Color preview on black background

This text has color #00EDED on black background.


Color preview on white background

This text has color #00EDED on white background.


Black color preview on #00EDED background

This text has black color on #00EDED background.


White color preview on #00EDED background

This text has white color on #00EDED background.


Related colors

Complementary color

Complementary color for #hex is #FF1212.


I love getcolorcode.com