Color Hex Logo

#c4addb Color Hex

#C4ADDB
(196,173,219)
0 Favorites   0 Comments

Color spaces of #c4addb

RGB 196173219
HSL0.750.390.77
HSV270°21°86°
CMYK 0.110.210.00   0.14
XYZ50.494746.737473.3777
Yxy46.73740.29600.2739
Hunter Lab68.364812.2031-15.7822
CIE-Lab74.021516.9305-20.1374

#c4addb color RGB value is (196,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101101 11011011
Octal 304 255 333
Decimal 196 173 219
Hex C4 AD DB

RGB Percentages of Color #c4addb

%33.33
%29.42
%37.24

CMYK Percentages of Color #c4addb

%11
%21
%0
%14

Triadic Colors of #c4addb

#c4addb #dbc4ad #addbc4

Analogous Colors of #c4addb

#c4addb #dbaddb #adaddb

Monochromatic Colors of #c4addb

#c4addb

Complementary Color

#c4addb #c4dbad

#c4addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4addb Color CSS Codes

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

#c4addb Text Font Color

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

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


#c4addb Background Color

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

This div background color is #c4addb


#c4addb Border Color

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

This div border color is #c4addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4addb


Comments

No comments written yet.

Please login to write comment.