Color Hex Logo

#caccda Color Hex

#CACCDA
(202,204,218)
0 Favorites   0 Comments

Color spaces of #caccda

RGB 202204218
HSL0.650.180.82
HSV233°85°
CMYK 0.070.060.00   0.15
XYZ58.604960.804274.9773
Yxy60.80420.30150.3128
Hunter Lab77.9770-2.3053-2.4252
CIE-Lab82.27341.9754-7.1750

#caccda color RGB value is (202,204,218).

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

The process color (four color CMYK) of #caccda color hex is 0.07, 0.06, 0.00, 0.15. Web safe color of #caccda is #cccccc. Color #caccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11011010
Octal 312 314 332
Decimal 202 204 218
Hex CA CC DA

RGB Percentages of Color #caccda

%32.37
%32.69
%34.94

CMYK Percentages of Color #caccda

%7
%6
%0
%15

Triadic Colors of #caccda

#caccda #dacacc #ccdaca

Analogous Colors of #caccda

#caccda #d0cada #cad4da

Monochromatic Colors of #caccda

#caccda

Complementary Color

#caccda #dad8ca

#caccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccda Color CSS Codes

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

#caccda Text Font Color

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

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


#caccda Background Color

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

This div background color is #caccda


#caccda Border Color

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

This div border color is #caccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccda


Comments

No comments written yet.

Please login to write comment.