Color Hex Logo

#c0caee Color Hex

#C0CAEE
(192,202,238)
0 Favorites   0 Comments

Color spaces of #c0caee

RGB 192202238
HSL0.630.580.84
HSV227°19°93°
CMYK 0.190.150.00   0.07
XYZ58.291459.620689.3246
Yxy59.62060.28130.2877
Hunter Lab77.2144-0.3703-14.5389
CIE-Lab81.63153.9818-18.8961

#c0caee color RGB value is (192,202,238).

#c0caee hex color red value is 192, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c0caee hue: 0.63 , saturation: 0.58 and the lightness value of c0caee is 0.84.

The process color (four color CMYK) of #c0caee color hex is 0.19, 0.15, 0.00, 0.07. Web safe color of #c0caee is #ccccff. Color #c0caee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001010 11101110
Octal 300 312 356
Decimal 192 202 238
Hex C0 CA EE

RGB Percentages of Color #c0caee

%30.38
%31.96
%37.66

CMYK Percentages of Color #c0caee

%19
%15
%0
%7

Triadic Colors of #c0caee

#c0caee #eec0ca #caeec0

Analogous Colors of #c0caee

#c0caee #cdc0ee #c0e1ee

Monochromatic Colors of #c0caee

#c0caee

Complementary Color

#c0caee #eee4c0

#c0caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0caee Color CSS Codes

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

#c0caee Text Font Color

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

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


#c0caee Background Color

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

This div background color is #c0caee


#c0caee Border Color

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

This div border color is #c0caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0caee


Comments

No comments written yet.

Please login to write comment.