Color Hex Logo

#6ccfae Color Hex

#6CCFAE
(108,207,174)
0 Favorites   0 Comments

Color spaces of #6ccfae

RGB 108207174
HSL0.440.510.62
HSV160°48°81°
CMYK 0.480.000.16   0.19
XYZ36.137150.869847.9586
Yxy50.86980.26780.3769
Hunter Lab71.3231-34.375210.0587
CIE-Lab76.6001-36.91617.4842

#6ccfae color RGB value is (108,207,174).

#6ccfae hex color red value is 108, green value is 207 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6ccfae hue: 0.44 , saturation: 0.51 and the lightness value of 6ccfae is 0.62.

The process color (four color CMYK) of #6ccfae color hex is 0.48, 0.00, 0.16, 0.19. Web safe color of #6ccfae is #66cc99. Color #6ccfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001111 10101110
Octal 154 317 256
Decimal 108 207 174
Hex 6C CF AE

RGB Percentages of Color #6ccfae

%22.09
%42.33
%35.58

CMYK Percentages of Color #6ccfae

%48
%0
%16
%19

Triadic Colors of #6ccfae

#6ccfae #ae6ccf #cfae6c

Analogous Colors of #6ccfae

#6ccfae #6cbfcf #6ccf7d

Monochromatic Colors of #6ccfae

#6ccfae

Complementary Color

#6ccfae #cf6c8d

#6ccfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccfae Color CSS Codes

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

#6ccfae Text Font Color

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

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


#6ccfae Background Color

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

This div background color is #6ccfae


#6ccfae Border Color

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

This div border color is #6ccfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccfae


Comments

No comments written yet.

Please login to write comment.