Color Hex Logo

#c5caef Color Hex

#C5CAEF
(197,202,239)
0 Favorites   0 Comments

Color spaces of #c5caef

RGB 197202239
HSL0.650.570.85
HSV233°18°94°
CMYK 0.180.150.00   0.06
XYZ59.726560.343490.1609
Yxy60.34340.28410.2870
Hunter Lab77.68101.3013-14.4386
CIE-Lab82.02455.7460-18.8011

#c5caef color RGB value is (197,202,239).

#c5caef hex color red value is 197, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c5caef hue: 0.65 , saturation: 0.57 and the lightness value of c5caef is 0.85.

The process color (four color CMYK) of #c5caef color hex is 0.18, 0.15, 0.00, 0.06. Web safe color of #c5caef is #ccccff. Color #c5caef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001010 11101111
Octal 305 312 357
Decimal 197 202 239
Hex C5 CA EF

RGB Percentages of Color #c5caef

%30.88
%31.66
%37.46

CMYK Percentages of Color #c5caef

%18
%15
%0
%6

Triadic Colors of #c5caef

#c5caef #efc5ca #caefc5

Analogous Colors of #c5caef

#c5caef #d5c5ef #c5dfef

Monochromatic Colors of #c5caef

#c5caef

Complementary Color

#c5caef #efeac5

#c5caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5caef Color CSS Codes

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

#c5caef Text Font Color

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

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


#c5caef Background Color

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

This div background color is #c5caef


#c5caef Border Color

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

This div border color is #c5caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5caef


Comments

No comments written yet.

Please login to write comment.