Color Hex Logo

#6cbcc0 Color Hex

#6CBCC0
(108,188,192)
0 Favorites   0 Comments

Color spaces of #6cbcc0

RGB 108188192
HSL0.510.400.59
HSV183°44°75°
CMYK 0.440.020.00   0.25
XYZ33.682042.960456.3861
Yxy42.96040.25320.3229
Hunter Lab65.5442-22.9743-5.1248
CIE-Lab71.5281-23.4502-9.6976

#6cbcc0 color RGB value is (108,188,192).

#6cbcc0 hex color red value is 108, green value is 188 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #6cbcc0 hue: 0.51 , saturation: 0.40 and the lightness value of 6cbcc0 is 0.59.

The process color (four color CMYK) of #6cbcc0 color hex is 0.44, 0.02, 0.00, 0.25. Web safe color of #6cbcc0 is #66cccc. Color #6cbcc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111100 11000000
Octal 154 274 300
Decimal 108 188 192
Hex 6C BC C0

RGB Percentages of Color #6cbcc0

%22.13
%38.52
%39.34

CMYK Percentages of Color #6cbcc0

%44
%2
%0
%25

Triadic Colors of #6cbcc0

#6cbcc0 #c06cbc #bcc06c

Analogous Colors of #6cbcc0

#6cbcc0 #6c92c0 #6cc09a

Monochromatic Colors of #6cbcc0

#6cbcc0

Complementary Color

#6cbcc0 #c0706c

#6cbcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbcc0 Color CSS Codes

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

#6cbcc0 Text Font Color

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

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


#6cbcc0 Background Color

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

This div background color is #6cbcc0


#6cbcc0 Border Color

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

This div border color is #6cbcc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbcc0


Comments

No comments written yet.

Please login to write comment.