Color Hex Logo

#00dbec Color Hex

#00DBEC
(0,219,236)
0 Favorites   0 Comments

Color spaces of #00dbec

RGB 0219236
HSL0.511.000.46
HSV184°100°93°
CMYK 1.000.070.00   0.07
XYZ40.471856.719288.1717
Yxy56.71920.21830.3060
Hunter Lab75.3122-35.8726-16.6953
CIE-Lab80.0214-37.7235-20.8632

#00dbec color RGB value is (0,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011011 11101100
Octal 0 333 354
Decimal 0 219 236
Hex 0 DB EC

RGB Percentages of Color #00dbec

%0.00
%48.13
%51.87

CMYK Percentages of Color #00dbec

%100
%7
%0
%7

Triadic Colors of #00dbec

#00dbec #ec00db #dbec00

Analogous Colors of #00dbec

#00dbec #0065ec #00ec87

Monochromatic Colors of #00dbec

#00dbec

Complementary Color

#00dbec #ec1100

#00dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dbec Color CSS Codes

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

#00dbec Text Font Color

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

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


#00dbec Background Color

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

This div background color is #00dbec


#00dbec Border Color

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

This div border color is #00dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dbec


Comments

No comments written yet.

Please login to write comment.