Color Hex Logo

#00dcee Color Hex

#00DCEE
(0,220,238)
0 Favorites   0 Comments

Color spaces of #00dcee

RGB 0220238
HSL0.511.000.47
HSV185°100°93°
CMYK 1.000.080.00   0.07
XYZ41.025857.359489.7981
Yxy57.35940.21800.3048
Hunter Lab75.7360-35.8454-17.2833
CIE-Lab80.3813-37.5663-21.3819

#00dcee color RGB value is (0,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011100 11101110
Octal 0 334 356
Decimal 0 220 238
Hex 0 DC EE

RGB Percentages of Color #00dcee

%0.00
%48.03
%51.97

CMYK Percentages of Color #00dcee

%100
%8
%0
%7

Triadic Colors of #00dcee

#00dcee #ee00dc #dcee00

Analogous Colors of #00dcee

#00dcee #0065ee #00ee89

Monochromatic Colors of #00dcee

#00dcee

Complementary Color

#00dcee #ee1200

#00dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dcee Color CSS Codes

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

#00dcee Text Font Color

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

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


#00dcee Background Color

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

This div background color is #00dcee


#00dcee Border Color

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

This div border color is #00dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dcee

#00dcee Color Palettes


Comments

No comments written yet.

Please login to write comment.