Color Hex Logo

#06dcbe Color Hex

#06DCBE
(6,220,190)
0 Favorites   0 Comments

Color spaces of #06dcbe

RGB 6220190
HSL0.480.950.44
HSV172°97°86°
CMYK 0.970.000.14   0.14
XYZ34.962654.942857.4775
Yxy54.94280.23720.3728
Hunter Lab74.1234-45.52095.9112
CIE-Lab79.0083-51.26402.1698

#06dcbe color RGB value is (6,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011100 10111110
Octal 6 334 276
Decimal 6 220 190
Hex 6 DC BE

RGB Percentages of Color #06dcbe

%1.44
%52.88
%45.67

CMYK Percentages of Color #06dcbe

%97
%0
%14
%14

Triadic Colors of #06dcbe

#06dcbe #be06dc #dcbe06

Analogous Colors of #06dcbe

#06dcbe #068fdc #06dc53

Monochromatic Colors of #06dcbe

#06dcbe

Complementary Color

#06dcbe #dc0624

#06dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dcbe Color CSS Codes

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

#06dcbe Text Font Color

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

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


#06dcbe Background Color

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

This div background color is #06dcbe


#06dcbe Border Color

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

This div border color is #06dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dcbe


Comments

No comments written yet.

Please login to write comment.