Color Hex Logo

#00deea Color Hex

#00DEEA
(0,222,234)
0 Favorites   0 Comments

Color spaces of #00deea

RGB 0222234
HSL0.511.000.46
HSV183°100°92°
CMYK 1.000.050.00   0.08
XYZ40.972658.183186.9129
Yxy58.18310.22020.3127
Hunter Lab76.2778-37.6051-14.1620
CIE-Lab80.8405-39.7089-18.5596

#00deea color RGB value is (0,222,234).

#00deea hex color red value is 0, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #00deea hue: 0.51 , saturation: 1.00 and the lightness value of 00deea is 0.46.

The process color (four color CMYK) of #00deea color hex is 1.00, 0.05, 0.00, 0.08. Web safe color of #00deea is #00ccff. Color #00deea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011110 11101010
Octal 0 336 352
Decimal 0 222 234
Hex 0 DE EA

RGB Percentages of Color #00deea

%0.00
%48.68
%51.32

CMYK Percentages of Color #00deea

%100
%5
%0
%8

Triadic Colors of #00deea

#00deea #ea00de #deea00

Analogous Colors of #00deea

#00deea #0069ea #00ea81

Monochromatic Colors of #00deea

#00deea

Complementary Color

#00deea #ea0c00

#00deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#00deea Color CSS Codes

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

#00deea Text Font Color

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

This sample text font color is #00deea
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.


#00deea Background Color

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

This div background color is #00deea


#00deea Border Color

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

This div border color is #00deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00deea


Comments

No comments written yet.

Please login to write comment.