Color Hex Logo

#6cbfdf Color Hex

#6CBFDF
(108,191,223)
0 Favorites   0 Comments

Color spaces of #6cbfdf

RGB 108191223
HSL0.550.640.65
HSV197°52°87°
CMYK 0.520.140.00   0.13
XYZ38.134445.777576.6381
Yxy45.77750.23750.2851
Hunter Lab67.6591-17.7962-19.7970
CIE-Lab73.4009-16.5727-23.7669

#6cbfdf color RGB value is (108,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111111 11011111
Octal 154 277 337
Decimal 108 191 223
Hex 6C BF DF

RGB Percentages of Color #6cbfdf

%20.69
%36.59
%42.72

CMYK Percentages of Color #6cbfdf

%52
%14
%0
%13

Triadic Colors of #6cbfdf

#6cbfdf #df6cbf #bfdf6c

Analogous Colors of #6cbfdf

#6cbfdf #6c86df #6cdfc6

Monochromatic Colors of #6cbfdf

#6cbfdf

Complementary Color

#6cbfdf #df8c6c

#6cbfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbfdf Color CSS Codes

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

#6cbfdf Text Font Color

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

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


#6cbfdf Background Color

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

This div background color is #6cbfdf


#6cbfdf Border Color

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

This div border color is #6cbfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbfdf


Comments

No comments written yet.

Please login to write comment.