Color Hex Logo

#6cfccd Color Hex

#6CFCCD
(108,252,205)
0 Favorites   0 Comments

Color spaces of #6cfccd

RGB 108252205
HSL0.450.960.71
HSV160°57°99°
CMYK 0.570.000.19   0.01
XYZ52.014277.216769.9205
Yxy77.21670.26120.3877
Hunter Lab87.8730-48.119314.3341
CIE-Lab90.4213-49.736310.9363

#6cfccd color RGB value is (108,252,205).

#6cfccd hex color red value is 108, green value is 252 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6cfccd hue: 0.45 , saturation: 0.96 and the lightness value of 6cfccd is 0.71.

The process color (four color CMYK) of #6cfccd color hex is 0.57, 0.00, 0.19, 0.01. Web safe color of #6cfccd is #66ffcc. Color #6cfccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111100 11001101
Octal 154 374 315
Decimal 108 252 205
Hex 6C FC CD

RGB Percentages of Color #6cfccd

%19.12
%44.60
%36.28

CMYK Percentages of Color #6cfccd

%57
%0
%19
%1

Triadic Colors of #6cfccd

#6cfccd #cd6cfc #fccd6c

Analogous Colors of #6cfccd

#6cfccd #6ce3fc #6cfc85

Monochromatic Colors of #6cfccd

#6cfccd

Complementary Color

#6cfccd #fc6c9b

#6cfccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfccd Color CSS Codes

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

#6cfccd Text Font Color

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

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


#6cfccd Background Color

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

This div background color is #6cfccd


#6cfccd Border Color

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

This div border color is #6cfccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfccd

Related Colors


Comments

No comments written yet.

Please login to write comment.