Color Hex Logo

#02dbea Color Hex

#02DBEA
(2,219,234)
0 Favorites   0 Comments

Color spaces of #02dbea

RGB 2219234
HSL0.510.980.46
HSV184°99°92°
CMYK 0.990.060.00   0.08
XYZ40.207856.616586.6508
Yxy56.61650.21910.3086
Hunter Lab75.2439-36.2926-15.6075
CIE-Lab79.9634-38.2933-19.8851

#02dbea color RGB value is (2,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 11011011 11101010
Octal 2 333 352
Decimal 2 219 234
Hex 2 DB EA

RGB Percentages of Color #02dbea

%0.44
%48.13
%51.43

CMYK Percentages of Color #02dbea

%99
%6
%0
%8

Triadic Colors of #02dbea

#02dbea #ea02db #dbea02

Analogous Colors of #02dbea

#02dbea #0267ea #02ea85

Monochromatic Colors of #02dbea

#02dbea

Complementary Color

#02dbea #ea1102

#02dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#02dbea Color CSS Codes

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

#02dbea Text Font Color

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

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


#02dbea Background Color

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

This div background color is #02dbea


#02dbea Border Color

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

This div border color is #02dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02dbea


Comments

No comments written yet.

Please login to write comment.