Color Hex Logo

#06deba Color Hex

#06DEBA
(6,222,186)
0 Favorites   0 Comments

Color spaces of #06deba

RGB 6222186
HSL0.470.950.45
HSV170°97°87°
CMYK 0.970.000.16   0.13
XYZ35.059355.826455.3821
Yxy55.82640.23970.3817
Hunter Lab74.7171-46.99788.3548
CIE-Lab79.5149-53.11765.0318

#06deba color RGB value is (6,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011110 10111010
Octal 6 336 272
Decimal 6 222 186
Hex 6 DE BA

RGB Percentages of Color #06deba

%1.45
%53.62
%44.93

CMYK Percentages of Color #06deba

%97
%0
%16
%13

Triadic Colors of #06deba

#06deba #ba06de #deba06

Analogous Colors of #06deba

#06deba #0696de #06de4e

Monochromatic Colors of #06deba

#06deba

Complementary Color

#06deba #de062a

#06deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#06deba Color CSS Codes

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

#06deba Text Font Color

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

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


#06deba Background Color

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

This div background color is #06deba


#06deba Border Color

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

This div border color is #06deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06deba


Comments

No comments written yet.

Please login to write comment.