Color Hex Logo

#cacce1 Color Hex

#CACCE1
(202,204,225)
0 Favorites   0 Comments

Color spaces of #cacce1

RGB 202204225
HSL0.650.280.84
HSV235°10°88°
CMYK 0.100.090.00   0.12
XYZ59.540661.178579.9047
Yxy61.17850.29680.3049
Hunter Lab78.2167-1.0003-5.8179
CIE-Lab82.47463.3610-10.6152

#cacce1 color RGB value is (202,204,225).

#cacce1 hex color red value is 202, green value is 204 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #cacce1 hue: 0.65 , saturation: 0.28 and the lightness value of cacce1 is 0.84.

The process color (four color CMYK) of #cacce1 color hex is 0.10, 0.09, 0.00, 0.12. Web safe color of #cacce1 is #cccccc. Color #cacce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11100001
Octal 312 314 341
Decimal 202 204 225
Hex CA CC E1

RGB Percentages of Color #cacce1

%32.01
%32.33
%35.66

CMYK Percentages of Color #cacce1

%10
%9
%0
%12

Triadic Colors of #cacce1

#cacce1 #e1cacc #cce1ca

Analogous Colors of #cacce1

#cacce1 #d4cae1 #cad8e1

Monochromatic Colors of #cacce1

#cacce1

Complementary Color

#cacce1 #e1dfca

#cacce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacce1 Color CSS Codes

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

#cacce1 Text Font Color

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

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


#cacce1 Background Color

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

This div background color is #cacce1


#cacce1 Border Color

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

This div border color is #cacce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacce1


Comments

No comments written yet.

Please login to write comment.