Color Hex Logo

#6cfbdd Color Hex

#6CFBDD
(108,251,221)
0 Favorites   0 Comments

Color spaces of #6cfbdd

RGB 108251221
HSL0.470.950.70
HSV167°57°98°
CMYK 0.570.000.12   0.02
XYZ53.732777.403080.5149
Yxy77.40300.25390.3657
Hunter Lab87.9790-44.94537.3254
CIE-Lab90.5068-45.64962.7754

#6cfbdd color RGB value is (108,251,221).

#6cfbdd hex color red value is 108, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6cfbdd hue: 0.47 , saturation: 0.95 and the lightness value of 6cfbdd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111011 11011101
Octal 154 373 335
Decimal 108 251 221
Hex 6C FB DD

RGB Percentages of Color #6cfbdd

%18.62
%43.28
%38.10

CMYK Percentages of Color #6cfbdd

%57
%0
%12
%2

Triadic Colors of #6cfbdd

#6cfbdd #dd6cfb #fbdd6c

Analogous Colors of #6cfbdd

#6cfbdd #6cd2fb #6cfb96

Monochromatic Colors of #6cfbdd

#6cfbdd

Complementary Color

#6cfbdd #fb6c8a

#6cfbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfbdd Color CSS Codes

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

#6cfbdd Text Font Color

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

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


#6cfbdd Background Color

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

This div background color is #6cfbdd


#6cfbdd Border Color

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

This div border color is #6cfbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.