Color Hex Logo

#06dacf Color Hex

#06DACF
(6,218,207)
0 Favorites   0 Comments

Color spaces of #06dacf

RGB 6218207
HSL0.490.950.44
HSV177°97°85°
CMYK 0.970.000.05   0.15
XYZ36.409054.686567.6681
Yxy54.68650.22930.3445
Hunter Lab73.9503-41.5297-2.4880
CIE-Lab78.8603-45.7525-7.1232

#06dacf color RGB value is (6,218,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011010 11001111
Octal 6 332 317
Decimal 6 218 207
Hex 6 DA CF

RGB Percentages of Color #06dacf

%1.39
%50.58
%48.03

CMYK Percentages of Color #06dacf

%97
%0
%5
%15

Triadic Colors of #06dacf

#06dacf #cf06da #dacf06

Analogous Colors of #06dacf

#06dacf #067bda #06da65

Monochromatic Colors of #06dacf

#06dacf

Complementary Color

#06dacf #da0611

#06dacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dacf Color CSS Codes

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

#06dacf Text Font Color

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

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


#06dacf Background Color

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

This div background color is #06dacf


#06dacf Border Color

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

This div border color is #06dacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dacf


Comments

No comments written yet.

Please login to write comment.