Color Hex Logo

#cac5fe Color Hex

#CAC5FE
(202,197,254)
0 Favorites   0 Comments

Color spaces of #cac5fe

RGB 202197254
HSL0.680.970.88
HSV245°22°100°
CMYK 0.200.220.00   0.00
XYZ62.212859.6448101.9996
Yxy59.64480.27790.2664
Hunter Lab77.23008.6384-24.2447
CIE-Lab81.644713.2448-27.3404

#cac5fe color RGB value is (202,197,254).

#cac5fe hex color red value is 202, green value is 197 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cac5fe hue: 0.68 , saturation: 0.97 and the lightness value of cac5fe is 0.88.

The process color (four color CMYK) of #cac5fe color hex is 0.20, 0.22, 0.00, 0.00. Web safe color of #cac5fe is #ccccff. Color #cac5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000101 11111110
Octal 312 305 376
Decimal 202 197 254
Hex CA C5 FE

RGB Percentages of Color #cac5fe

%30.93
%30.17
%38.90

CMYK Percentages of Color #cac5fe

%20
%22
%0
%0

Triadic Colors of #cac5fe

#cac5fe #fecac5 #c5feca

Analogous Colors of #cac5fe

#cac5fe #e7c5fe #c5ddfe

Monochromatic Colors of #cac5fe

#cac5fe

Complementary Color

#cac5fe #f9fec5

#cac5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac5fe Color CSS Codes

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

#cac5fe Text Font Color

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

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


#cac5fe Background Color

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

This div background color is #cac5fe


#cac5fe Border Color

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

This div border color is #cac5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac5fe


Comments

No comments written yet.

Please login to write comment.