Color Hex Logo

#caccea Color Hex

#CACCEA
(202,204,234)
0 Favorites   0 Comments

Color spaces of #caccea

RGB 202204234
HSL0.660.430.85
HSV236°14°92°
CMYK 0.140.130.00   0.08
XYZ60.801361.682886.5433
Yxy61.68280.29090.2951
Hunter Lab78.53840.7454-10.3562
CIE-Lab82.74445.1964-15.0136

#caccea color RGB value is (202,204,234).

#caccea hex color red value is 202, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #caccea hue: 0.66 , saturation: 0.43 and the lightness value of caccea is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11101010
Octal 312 314 352
Decimal 202 204 234
Hex CA CC EA

RGB Percentages of Color #caccea

%31.56
%31.88
%36.56

CMYK Percentages of Color #caccea

%14
%13
%0
%8

Triadic Colors of #caccea

#caccea #eacacc #cceaca

Analogous Colors of #caccea

#caccea #d8caea #cadcea

Monochromatic Colors of #caccea

#caccea

Complementary Color

#caccea #eae8ca

#caccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccea Color CSS Codes

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

#caccea Text Font Color

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

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


#caccea Background Color

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

This div background color is #caccea


#caccea Border Color

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

This div border color is #caccea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,204,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 #caccea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccea


Comments

No comments written yet.

Please login to write comment.