Color Hex Logo

#c5accb Color Hex

#C5ACCB
(197,172,203)
0 Favorites   0 Comments

Color spaces of #c5accb

RGB 197172203
HSL0.800.230.74
HSV288°15°80°
CMYK 0.030.150.00   0.20
XYZ48.558045.687262.7591
Yxy45.68720.30930.2910
Hunter Lab67.59239.9470-7.7358
CIE-Lab73.342114.6139-12.4062

#c5accb color RGB value is (197,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101100 11001011
Octal 305 254 313
Decimal 197 172 203
Hex C5 AC CB

RGB Percentages of Color #c5accb

%34.44
%30.07
%35.49

CMYK Percentages of Color #c5accb

%3
%15
%0
%20

Triadic Colors of #c5accb

#c5accb #cbc5ac #accbc5

Analogous Colors of #c5accb

#c5accb #cbacc2 #b6accb

Monochromatic Colors of #c5accb

#c5accb

Complementary Color

#c5accb #b2cbac

#c5accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5accb Color CSS Codes

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

#c5accb Text Font Color

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

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


#c5accb Background Color

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

This div background color is #c5accb


#c5accb Border Color

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

This div border color is #c5accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5accb


Comments

No comments written yet.

Please login to write comment.