Color Hex Logo

#00dfeb Color Hex

#00DFEB
(0,223,235)
0 Favorites   0 Comments

Color spaces of #00dfeb

RGB 0223235
HSL0.511.000.46
HSV183°100°92°
CMYK 1.000.050.00   0.08
XYZ41.383158.773587.7606
Yxy58.77350.22020.3128
Hunter Lab76.6639-37.8076-14.2072
CIE-Lab81.1669-39.8588-18.5980

#00dfeb color RGB value is (0,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011111 11101011
Octal 0 337 353
Decimal 0 223 235
Hex 0 DF EB

RGB Percentages of Color #00dfeb

%0.00
%48.69
%51.31

CMYK Percentages of Color #00dfeb

%100
%5
%0
%8

Triadic Colors of #00dfeb

#00dfeb #eb00df #dfeb00

Analogous Colors of #00dfeb

#00dfeb #006aeb #00eb82

Monochromatic Colors of #00dfeb

#00dfeb

Complementary Color

#00dfeb #eb0c00

#00dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dfeb Color CSS Codes

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

#00dfeb Text Font Color

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

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


#00dfeb Background Color

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

This div background color is #00dfeb


#00dfeb Border Color

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

This div border color is #00dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dfeb


Comments

No comments written yet.

Please login to write comment.