Color Hex Logo

#c5adcb Color Hex

#C5ADCB
(197,173,203)
0 Favorites   0 Comments

Color spaces of #c5adcb

RGB 197173203
HSL0.800.220.74
HSV288°15°80°
CMYK 0.030.150.00   0.20
XYZ48.749046.069362.8228
Yxy46.06930.30920.2922
Hunter Lab67.87449.4228-7.3653
CIE-Lab73.590514.0667-12.0342

#c5adcb color RGB value is (197,173,203).

#c5adcb hex color red value is 197, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c5adcb hue: 0.80 , saturation: 0.22 and the lightness value of c5adcb is 0.74.

The process color (four color CMYK) of #c5adcb color hex is 0.03, 0.15, 0.00, 0.20. Web safe color of #c5adcb is #cc99cc. Color #c5adcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101101 11001011
Octal 305 255 313
Decimal 197 173 203
Hex C5 AD CB

RGB Percentages of Color #c5adcb

%34.38
%30.19
%35.43

CMYK Percentages of Color #c5adcb

%3
%15
%0
%20

Triadic Colors of #c5adcb

#c5adcb #cbc5ad #adcbc5

Analogous Colors of #c5adcb

#c5adcb #cbadc2 #b6adcb

Monochromatic Colors of #c5adcb

#c5adcb

Complementary Color

#c5adcb #b3cbad

#c5adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5adcb Color CSS Codes

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

#c5adcb Text Font Color

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

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


#c5adcb Background Color

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

This div background color is #c5adcb


#c5adcb Border Color

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

This div border color is #c5adcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,173,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5adcb


Comments

No comments written yet.

Please login to write comment.