Color Hex Logo

#06dacb Color Hex

#06DACB
(6,218,203)
0 Favorites   0 Comments

Color spaces of #06dacb

RGB 6218203
HSL0.490.950.44
HSV176°97°85°
CMYK 0.970.000.07   0.15
XYZ35.926054.493365.1247
Yxy54.49330.23100.3503
Hunter Lab73.8196-42.3131-0.6328
CIE-Lab78.7485-46.8833-5.1503

#06dacb color RGB value is (6,218,203).

#06dacb hex color red value is 6, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #06dacb hue: 0.49 , saturation: 0.95 and the lightness value of 06dacb is 0.44.

The process color (four color CMYK) of #06dacb color hex is 0.97, 0.00, 0.07, 0.15. Web safe color of #06dacb is #00cccc. Color #06dacb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011010 11001011
Octal 6 332 313
Decimal 6 218 203
Hex 6 DA CB

RGB Percentages of Color #06dacb

%1.41
%51.05
%47.54

CMYK Percentages of Color #06dacb

%97
%0
%7
%15

Triadic Colors of #06dacb

#06dacb #cb06da #dacb06

Analogous Colors of #06dacb

#06dacb #067fda #06da61

Monochromatic Colors of #06dacb

#06dacb

Complementary Color

#06dacb #da0615

#06dacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dacb Color CSS Codes

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

#06dacb Text Font Color

<p style="color:#06dacb">Text here</p>

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


#06dacb Background Color

<div style="background-color:#06dacb">
Div content here</div>

This div background color is #06dacb


#06dacb Border Color

<div style="border:3px solid #06dacb">
Div here</div>

This div border color is #06dacb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,218,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06dacb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06dacb;
  -webkit-box-shadow: 1px 1px 3px 2px #06dacb;
  box-shadow:         1px 1px 3px 2px #06dacb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,218,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dacb


Comments

No comments written yet.

Please login to write comment.