Color Hex Logo

#06ddbb Color Hex

#06DDBB
(6,221,187)
0 Favorites   0 Comments

Color spaces of #06ddbb

RGB 6221187
HSL0.470.950.45
HSV171°97°87°
CMYK 0.970.000.15   0.13
XYZ34.901255.339555.8558
Yxy55.33950.23890.3788
Hunter Lab74.3905-46.43807.5557
CIE-Lab79.2364-52.45714.0978

#06ddbb color RGB value is (6,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011101 10111011
Octal 6 335 273
Decimal 6 221 187
Hex 6 DD BB

RGB Percentages of Color #06ddbb

%1.45
%53.38
%45.17

CMYK Percentages of Color #06ddbb

%97
%0
%15
%13

Triadic Colors of #06ddbb

#06ddbb #bb06dd #ddbb06

Analogous Colors of #06ddbb

#06ddbb #0694dd #06dd4f

Monochromatic Colors of #06ddbb

#06ddbb

Complementary Color

#06ddbb #dd0628

#06ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ddbb Color CSS Codes

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

#06ddbb Text Font Color

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

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


#06ddbb Background Color

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

This div background color is #06ddbb


#06ddbb Border Color

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

This div border color is #06ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ddbb


Comments

No comments written yet.

Please login to write comment.