Color Hex Logo

#6cfcdd Color Hex

#6CFCDD
(108,252,221)
0 Favorites   0 Comments

Color spaces of #6cfcdd

RGB 108252221
HSL0.460.960.71
HSV167°57°99°
CMYK 0.570.000.12   0.01
XYZ54.045978.029480.6193
Yxy78.02940.25410.3669
Hunter Lab88.3343-45.37267.7223
CIE-Lab90.7933-46.08293.1912

#6cfcdd color RGB value is (108,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111100 11011101
Octal 154 374 335
Decimal 108 252 221
Hex 6C FC DD

RGB Percentages of Color #6cfcdd

%18.59
%43.37
%38.04

CMYK Percentages of Color #6cfcdd

%57
%0
%12
%1

Triadic Colors of #6cfcdd

#6cfcdd #dd6cfc #fcdd6c

Analogous Colors of #6cfcdd

#6cfcdd #6cd3fc #6cfc95

Monochromatic Colors of #6cfcdd

#6cfcdd

Complementary Color

#6cfcdd #fc6c8b

#6cfcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfcdd Color CSS Codes

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

#6cfcdd Text Font Color

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

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


#6cfcdd Background Color

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

This div background color is #6cfcdd


#6cfcdd Border Color

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

This div border color is #6cfcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfcdd

Related Colors


Comments

No comments written yet.

Please login to write comment.