Color Hex Logo

#00eeed Color Hex

#00EEED
(0,238,237)
0 Favorites   0 Comments

Color spaces of #00eeed

RGB 0238237
HSL0.501.000.47
HSV180°100°93°
CMYK 1.000.000.00   0.07
XYZ45.860667.263590.6868
Yxy67.26350.22500.3300
Hunter Lab82.0143-43.7118-8.1495
CIE-Lab85.6368-45.9234-12.9374

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

#00eeed hex color red value is 0, green value is 238 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #00eeed hue: 0.50 , saturation: 1.00 and the lightness value of 00eeed is 0.47.

The process color (four color CMYK) of #00eeed color hex is 1.00, 0.00, 0.00, 0.07. Web safe color of #00eeed is #00ffff. Color #00eeed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101110 11101101
Octal 0 356 355
Decimal 0 238 237
Hex 0 EE ED

RGB Percentages of Color #00eeed

%0.00
%50.11
%49.89

CMYK Percentages of Color #00eeed

%100
%0
%0
%7

Triadic Colors of #00eeed

#00eeed #ed00ee #eeed00

Analogous Colors of #00eeed

#00eeed #0078ee #00ee76

Monochromatic Colors of #00eeed

#00eeed

Complementary Color

#00eeed #ee0001

#00eeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00eeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#00eeed Color CSS Codes

.mybgcolor {background-color:#00eeed; } 
.myforecolor {color:#00eeed; }
.mybordercolor {border:3px solid #00eeed; }

#00eeed Text Font Color

<p style="color:#00eeed">Text here</p>

This sample text font color is #00eeed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00eeed Background Color

<div style="background-color:#00eeed">
Div content here</div>

This div background color is #00eeed


#00eeed Border Color

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

This div border color is #00eeed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,238,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00eeed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00eeed;
  -webkit-box-shadow: 1px 1px 3px 2px #00eeed;
  box-shadow:         1px 1px 3px 2px #00eeed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,238,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00eeed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00eeed;
  -webkit-box-shadow: 1px 1px 3px 2px #00eeed;
  box-shadow:         1px 1px 3px 2px #00eeed;">
Div content here</div>

This div box has shadow with color #00eeed


Comments

No comments written yet.

Please login to write comment.