Color Hex Logo

#06decd Color Hex

#06DECD
(6,222,205)
0 Favorites   0 Comments

Color spaces of #06decd

RGB 6222205
HSL0.490.950.45
HSV175°97°87°
CMYK 0.970.000.08   0.13
XYZ37.215856.689066.7382
Yxy56.68900.23170.3529
Hunter Lab75.2921-43.53120.1504
CIE-Lab80.0044-48.0209-4.3654

#06decd color RGB value is (6,222,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011110 11001101
Octal 6 336 315
Decimal 6 222 205
Hex 6 DE CD

RGB Percentages of Color #06decd

%1.39
%51.27
%47.34

CMYK Percentages of Color #06decd

%97
%0
%8
%13

Triadic Colors of #06decd

#06decd #cd06de #decd06

Analogous Colors of #06decd

#06decd #0683de #06de61

Monochromatic Colors of #06decd

#06decd

Complementary Color

#06decd #de0617

#06decd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06decd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06decd Color CSS Codes

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

#06decd Text Font Color

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

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


#06decd Background Color

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

This div background color is #06decd


#06decd Border Color

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

This div border color is #06decd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06decd


Comments

No comments written yet.

Please login to write comment.