Color Hex Logo

#06dadd Color Hex

#06DADD
(6,218,221)
0 Favorites   0 Comments

Color spaces of #06dadd

RGB 6218221
HSL0.500.950.45
HSV181°97°87°
CMYK 0.970.010.00   0.13
XYZ38.197755.402077.0870
Yxy55.40200.22380.3246
Hunter Lab74.4325-38.6533-9.3017
CIE-Lab79.2723-41.6762-13.9906

#06dadd color RGB value is (6,218,221).

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

The process color (four color CMYK) of #06dadd color hex is 0.97, 0.01, 0.00, 0.13. Web safe color of #06dadd is #00cccc. Color #06dadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011010 11011101
Octal 6 332 335
Decimal 6 218 221
Hex 6 DA DD

RGB Percentages of Color #06dadd

%1.35
%48.99
%49.66

CMYK Percentages of Color #06dadd

%97
%1
%0
%13

Triadic Colors of #06dadd

#06dadd #dd06da #dadd06

Analogous Colors of #06dadd

#06dadd #066fdd #06dd75

Monochromatic Colors of #06dadd

#06dadd

Complementary Color

#06dadd #dd0906

#06dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dadd Color CSS Codes

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

#06dadd Text Font Color

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

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


#06dadd Background Color

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

This div background color is #06dadd


#06dadd Border Color

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

This div border color is #06dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dadd


Comments

No comments written yet.

Please login to write comment.