Color Hex Logo

#00deec Color Hex

#00DEEC
(0,222,236)
0 Favorites   0 Comments

Color spaces of #00deec

RGB 0222236
HSL0.511.000.46
HSV184°100°93°
CMYK 1.000.060.00   0.07
XYZ41.261658.298788.4349
Yxy58.29870.21950.3101
Hunter Lab76.3536-37.1571-15.2239
CIE-Lab80.9046-39.0992-19.5258

#00deec color RGB value is (0,222,236).

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

The process color (four color CMYK) of #00deec color hex is 1.00, 0.06, 0.00, 0.07. Web safe color of #00deec is #00ccff. Color #00deec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011110 11101100
Octal 0 336 354
Decimal 0 222 236
Hex 0 DE EC

RGB Percentages of Color #00deec

%0.00
%48.47
%51.53

CMYK Percentages of Color #00deec

%100
%6
%0
%7

Triadic Colors of #00deec

#00deec #ec00de #deec00

Analogous Colors of #00deec

#00deec #0068ec #00ec84

Monochromatic Colors of #00deec

#00deec

Complementary Color

#00deec #ec0e00

#00deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#00deec Color CSS Codes

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

#00deec Text Font Color

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

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


#00deec Background Color

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

This div background color is #00deec


#00deec Border Color

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

This div border color is #00deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00deec


Comments

No comments written yet.

Please login to write comment.