Color Hex Logo

#00dfee Color Hex

#00DFEE
(0,223,238)
1 Favorites   0 Comments

Color spaces of #00dfee

RGB 0223238
HSL0.511.000.47
HSV184°100°93°
CMYK 1.000.060.00   0.07
XYZ41.820358.948490.0629
Yxy58.94840.21910.3089
Hunter Lab76.7779-37.1337-15.8046
CIE-Lab81.2632-38.9439-20.0456

#00dfee color RGB value is (0,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011111 11101110
Octal 0 337 356
Decimal 0 223 238
Hex 0 DF EE

RGB Percentages of Color #00dfee

%0.00
%48.37
%51.63

CMYK Percentages of Color #00dfee

%100
%6
%0
%7

Triadic Colors of #00dfee

#00dfee #ee00df #dfee00

Analogous Colors of #00dfee

#00dfee #0068ee #00ee86

Monochromatic Colors of #00dfee

#00dfee

Complementary Color

#00dfee #ee0f00

#00dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dfee Color CSS Codes

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

#00dfee Text Font Color

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

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


#00dfee Background Color

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

This div background color is #00dfee


#00dfee Border Color

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

This div border color is #00dfee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,223,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 #00dfee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dfee


Comments

No comments written yet.

Please login to write comment.