color codes Logo

#06daaf color codes

#06DAAF
(6,218,175)
0 Favorites   0 Comments

Color spaces of #06daaf

RGB 6218175
HSL0.470.950.44
HSV168°97°85°
CMYK 0.970.000.20   0.15
XYZ32.884453.276749.1077
Yxy53.27670.24310.3939
Hunter Lab72.9909-47.314911.2038
CIE-Lab78.0381-54.32578.7578

#06daaf color RGB value is (6,218,175).

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

The process color (four color CMYK) of #06daaf color code is 0.97, 0.00, 0.20, 0.15. Web safe color of #06daaf is #00cc99. Color #06daaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011010 10101111
Octal 6 332 257
Decimal 6 218 175
Hex 6 DA AF

RGB Percentages of Color #06daaf

%1.50
%54.64
%43.86

CMYK Percentages of Color #06daaf

%97
%0
%20
%15

Triadic Colors of #06daaf

#06daaf #af06da #daaf06

Analogous Colors of #06daaf

#06daaf #069bda #06da45

Monochromatic Colors of #06daaf

#06daaf

Complementary Color

#06daaf #da0631

#06daaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06daaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#06daaf Color CSS Codes

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

#06daaf Text Font Color

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

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


#06daaf Background Color

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

This div background color is #06daaf


#06daaf Border Color

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

This div border color is #06daaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06daaf


Comments

No comments written yet.

Please login to write comment.