Color Hex Logo

#caccdb Color Hex

#CACCDB
(202,204,219)
0 Favorites   0 Comments

Color spaces of #caccdb

RGB 202204219
HSL0.650.190.83
HSV233°86°
CMYK 0.080.070.00   0.14
XYZ58.736260.856875.6686
Yxy60.85680.30080.3117
Hunter Lab78.0108-2.1219-2.9024
CIE-Lab82.30172.1709-7.6673

#caccdb color RGB value is (202,204,219).

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

The process color (four color CMYK) of #caccdb color hex is 0.08, 0.07, 0.00, 0.14. Web safe color of #caccdb is #cccccc. Color #caccdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11011011
Octal 312 314 333
Decimal 202 204 219
Hex CA CC DB

RGB Percentages of Color #caccdb

%32.32
%32.64
%35.04

CMYK Percentages of Color #caccdb

%8
%7
%0
%14

Triadic Colors of #caccdb

#caccdb #dbcacc #ccdbca

Analogous Colors of #caccdb

#caccdb #d1cadb #cad5db

Monochromatic Colors of #caccdb

#caccdb

Complementary Color

#caccdb #dbd9ca

#caccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccdb Color CSS Codes

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

#caccdb Text Font Color

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

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


#caccdb Background Color

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

This div background color is #caccdb


#caccdb Border Color

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

This div border color is #caccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccdb

#caccdb Color Palettes


Comments

No comments written yet.

Please login to write comment.