Color Hex Logo

#c0cbea Color Hex

#C0CBEA
(192,203,234)
0 Favorites   0 Comments

Color spaces of #c0cbea

RGB 192203234
HSL0.620.500.84
HSV224°18°92°
CMYK 0.180.130.00   0.08
XYZ57.945459.858986.3418
Yxy59.85890.28380.2932
Hunter Lab77.3685-1.7068-12.0085
CIE-Lab81.76142.5797-16.5645

#c0cbea color RGB value is (192,203,234).

#c0cbea hex color red value is 192, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c0cbea hue: 0.62 , saturation: 0.50 and the lightness value of c0cbea is 0.84.

The process color (four color CMYK) of #c0cbea color hex is 0.18, 0.13, 0.00, 0.08. Web safe color of #c0cbea is #ccccff. Color #c0cbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001011 11101010
Octal 300 313 352
Decimal 192 203 234
Hex C0 CB EA

RGB Percentages of Color #c0cbea

%30.52
%32.27
%37.20

CMYK Percentages of Color #c0cbea

%18
%13
%0
%8

Triadic Colors of #c0cbea

#c0cbea #eac0cb #cbeac0

Analogous Colors of #c0cbea

#c0cbea #cac0ea #c0e0ea

Monochromatic Colors of #c0cbea

#c0cbea

Complementary Color

#c0cbea #eadfc0

#c0cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cbea Color CSS Codes

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

#c0cbea Text Font Color

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

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


#c0cbea Background Color

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

This div background color is #c0cbea


#c0cbea Border Color

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

This div border color is #c0cbea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,203,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0cbea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0cbea;
  -webkit-box-shadow: 1px 1px 3px 2px #c0cbea;
  box-shadow:         1px 1px 3px 2px #c0cbea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cbea


Comments

No comments written yet.

Please login to write comment.