Color Hex Logo

#6cf0cd Color Hex

#6CF0CD
(108,240,205)
0 Favorites   0 Comments

Color spaces of #6cf0cd

RGB 108240205
HSL0.460.810.68
HSV164°55°94°
CMYK 0.550.000.15   0.06
XYZ48.363969.916168.7037
Yxy69.91610.25870.3739
Hunter Lab83.6158-43.08239.8149
CIE-Lab86.9557-44.59875.9680

#6cf0cd color RGB value is (108,240,205).

#6cf0cd hex color red value is 108, green value is 240 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6cf0cd hue: 0.46 , saturation: 0.81 and the lightness value of 6cf0cd is 0.68.

The process color (four color CMYK) of #6cf0cd color hex is 0.55, 0.00, 0.15, 0.06. Web safe color of #6cf0cd is #66ffcc. Color #6cf0cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11110000 11001101
Octal 154 360 315
Decimal 108 240 205
Hex 6C F0 CD

RGB Percentages of Color #6cf0cd

%19.53
%43.40
%37.07

CMYK Percentages of Color #6cf0cd

%55
%0
%15
%6

Triadic Colors of #6cf0cd

#6cf0cd #cd6cf0 #f0cd6c

Analogous Colors of #6cf0cd

#6cf0cd #6cd1f0 #6cf08b

Monochromatic Colors of #6cf0cd

#6cf0cd

Complementary Color

#6cf0cd #f06c8f

#6cf0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cf0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cf0cd Color CSS Codes

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

#6cf0cd Text Font Color

<p style="color:#6cf0cd">Text here</p>

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


#6cf0cd Background Color

<div style="background-color:#6cf0cd">
Div content here</div>

This div background color is #6cf0cd


#6cf0cd Border Color

<div style="border:3px solid #6cf0cd">
Div here</div>

This div border color is #6cf0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cf0cd


Comments

No comments written yet.

Please login to write comment.