Color Hex Logo

#06edcd Color Hex

#06EDCD
(6,237,205)
0 Favorites   0 Comments

Color spaces of #06edcd

RGB 6237205
HSL0.480.950.48
HSV172°97°93°
CMYK 0.970.000.14   0.07
XYZ41.378765.014968.1258
Yxy65.01490.23710.3725
Hunter Lab80.6318-49.50296.3482
CIE-Lab84.4914-54.20192.2016

#06edcd color RGB value is (6,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101101 11001101
Octal 6 355 315
Decimal 6 237 205
Hex 6 ED CD

RGB Percentages of Color #06edcd

%1.34
%52.90
%45.76

CMYK Percentages of Color #06edcd

%97
%0
%14
%7

Triadic Colors of #06edcd

#06edcd #cd06ed #edcd06

Analogous Colors of #06edcd

#06edcd #069aed #06ed5a

Monochromatic Colors of #06edcd

#06edcd

Complementary Color

#06edcd #ed0626

#06edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06edcd Color CSS Codes

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

#06edcd Text Font Color

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

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


#06edcd Background Color

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

This div background color is #06edcd


#06edcd Border Color

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

This div border color is #06edcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,237,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 #06edcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06edcd


Comments

No comments written yet.

Please login to write comment.