Color Hex Logo

#6cf0ae Color Hex

#6CF0AE
(108,240,174)
0 Favorites   0 Comments

Color spaces of #6cf0ae

RGB 108240174
HSL0.420.810.68
HSV150°55°94°
CMYK 0.550.000.28   0.06
XYZ44.984468.564350.9077
Yxy68.56430.27350.4169
Hunter Lab82.8036-47.933221.5110
CIE-Lab86.2878-51.243021.1300

#6cf0ae color RGB value is (108,240,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11110000 10101110
Octal 154 360 256
Decimal 108 240 174
Hex 6C F0 AE

RGB Percentages of Color #6cf0ae

%20.69
%45.98
%33.33

CMYK Percentages of Color #6cf0ae

%55
%0
%28
%6

Triadic Colors of #6cf0ae

#6cf0ae #ae6cf0 #f0ae6c

Analogous Colors of #6cf0ae

#6cf0ae #6cf0f0 #6cf06c

Monochromatic Colors of #6cf0ae

#6cf0ae

Complementary Color

#6cf0ae #f06cae

#6cf0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cf0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cf0ae Color CSS Codes

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

#6cf0ae Text Font Color

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

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


#6cf0ae Background Color

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

This div background color is #6cf0ae


#6cf0ae Border Color

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

This div border color is #6cf0ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,240,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cf0ae


Comments

No comments written yet.

Please login to write comment.