Color Hex Logo

#6cbfcd Color Hex

#6CBFCD
(108,191,205)
0 Favorites   0 Comments

Color spaces of #6cbfcd

RGB 108191205
HSL0.520.490.61
HSV189°47°80°
CMYK 0.470.070.00   0.20
XYZ35.834644.857564.5273
Yxy44.85750.24680.3089
Hunter Lab66.9757-21.7032-10.2395
CIE-Lab72.7980-21.5413-14.8930

#6cbfcd color RGB value is (108,191,205).

#6cbfcd hex color red value is 108, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6cbfcd hue: 0.52 , saturation: 0.49 and the lightness value of 6cbfcd is 0.61.

The process color (four color CMYK) of #6cbfcd color hex is 0.47, 0.07, 0.00, 0.20. Web safe color of #6cbfcd is #66cccc. Color #6cbfcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111111 11001101
Octal 154 277 315
Decimal 108 191 205
Hex 6C BF CD

RGB Percentages of Color #6cbfcd

%21.43
%37.90
%40.67

CMYK Percentages of Color #6cbfcd

%47
%7
%0
%20

Triadic Colors of #6cbfcd

#6cbfcd #cd6cbf #bfcd6c

Analogous Colors of #6cbfcd

#6cbfcd #6c8fcd #6ccdab

Monochromatic Colors of #6cbfcd

#6cbfcd

Complementary Color

#6cbfcd #cd7a6c

#6cbfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbfcd Color CSS Codes

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

#6cbfcd Text Font Color

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

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


#6cbfcd Background Color

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

This div background color is #6cbfcd


#6cbfcd Border Color

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

This div border color is #6cbfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbfcd


Comments

No comments written yet.

Please login to write comment.