Color Hex Logo

#00dbea Color Hex

#00DBEA
(0,219,234)
0 Favorites   0 Comments

Color spaces of #00dbea

RGB 0219234
HSL0.511.000.46
HSV184°100°92°
CMYK 1.000.060.00   0.08
XYZ40.182856.603586.6496
Yxy56.60350.21910.3086
Hunter Lab75.2353-36.3258-15.6205
CIE-Lab79.9561-38.3394-19.8969

#00dbea color RGB value is (0,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011011 11101010
Octal 0 333 352
Decimal 0 219 234
Hex 0 DB EA

RGB Percentages of Color #00dbea

%0.00
%48.34
%51.66

CMYK Percentages of Color #00dbea

%100
%6
%0
%8

Triadic Colors of #00dbea

#00dbea #ea00db #dbea00

Analogous Colors of #00dbea

#00dbea #0066ea #00ea84

Monochromatic Colors of #00dbea

#00dbea

Complementary Color

#00dbea #ea0f00

#00dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dbea Color CSS Codes

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

#00dbea Text Font Color

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

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


#00dbea Background Color

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

This div background color is #00dbea


#00dbea Border Color

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

This div border color is #00dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dbea


Comments

No comments written yet.

Please login to write comment.