Color Hex Logo

#caacdb Color Hex

#CAACDB
(202,172,219)
0 Favorites   0 Comments

Color spaces of #caacdb

RGB 202172219
HSL0.770.390.77
HSV278°21°86°
CMYK 0.080.210.00   0.14
XYZ51.895847.176173.3885
Yxy47.17610.30090.2735
Hunter Lab68.684914.6696-15.2709
CIE-Lab74.302319.4315-19.6619

#caacdb color RGB value is (202,172,219).

#caacdb hex color red value is 202, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #caacdb hue: 0.77 , saturation: 0.39 and the lightness value of caacdb is 0.77.

The process color (four color CMYK) of #caacdb color hex is 0.08, 0.21, 0.00, 0.14. Web safe color of #caacdb is #cc99cc. Color #caacdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101100 11011011
Octal 312 254 333
Decimal 202 172 219
Hex CA AC DB

RGB Percentages of Color #caacdb

%34.06
%29.01
%36.93

CMYK Percentages of Color #caacdb

%8
%21
%0
%14

Triadic Colors of #caacdb

#caacdb #dbcaac #acdbca

Analogous Colors of #caacdb

#caacdb #dbacd5 #b3acdb

Monochromatic Colors of #caacdb

#caacdb

Complementary Color

#caacdb #bddbac

#caacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caacdb Color CSS Codes

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

#caacdb Text Font Color

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

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


#caacdb Background Color

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

This div background color is #caacdb


#caacdb Border Color

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

This div border color is #caacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caacdb


Comments

No comments written yet.

Please login to write comment.