Color Hex Logo

#6cbfdc Color Hex

#6CBFDC
(108,191,220)
0 Favorites   0 Comments

Color spaces of #6cbfdc

RGB 108191220
HSL0.540.620.64
HSV196°51°86°
CMYK 0.510.130.00   0.14
XYZ37.733445.617174.5264
Yxy45.61710.23900.2889
Hunter Lab67.5404-18.4716-18.1443
CIE-Lab73.2964-17.4192-22.2978

#6cbfdc color RGB value is (108,191,220).

#6cbfdc hex color red value is 108, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6cbfdc hue: 0.54 , saturation: 0.62 and the lightness value of 6cbfdc is 0.64.

The process color (four color CMYK) of #6cbfdc color hex is 0.51, 0.13, 0.00, 0.14. Web safe color of #6cbfdc is #66cccc. Color #6cbfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111111 11011100
Octal 154 277 334
Decimal 108 191 220
Hex 6C BF DC

RGB Percentages of Color #6cbfdc

%20.81
%36.80
%42.39

CMYK Percentages of Color #6cbfdc

%51
%13
%0
%14

Triadic Colors of #6cbfdc

#6cbfdc #dc6cbf #bfdc6c

Analogous Colors of #6cbfdc

#6cbfdc #6c87dc #6cdcc1

Monochromatic Colors of #6cbfdc

#6cbfdc

Complementary Color

#6cbfdc #dc896c

#6cbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbfdc Color CSS Codes

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

#6cbfdc Text Font Color

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

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


#6cbfdc Background Color

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

This div background color is #6cbfdc


#6cbfdc Border Color

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

This div border color is #6cbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbfdc


Comments

No comments written yet.

Please login to write comment.