Color Hex Logo

#c2accb Color Hex

#C2ACCB
(194,172,203)
0 Favorites   0 Comments

Color spaces of #c2accb

RGB 194172203
HSL0.780.230.74
HSV283°15°80°
CMYK 0.040.150.00   0.20
XYZ47.780245.286262.7227
Yxy45.28620.30670.2907
Hunter Lab67.29508.9707-8.1551
CIE-Lab73.079913.5982-12.8260

#c2accb color RGB value is (194,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101100 11001011
Octal 302 254 313
Decimal 194 172 203
Hex C2 AC CB

RGB Percentages of Color #c2accb

%34.09
%30.23
%35.68

CMYK Percentages of Color #c2accb

%4
%15
%0
%20

Triadic Colors of #c2accb

#c2accb #cbc2ac #accbc2

Analogous Colors of #c2accb

#c2accb #cbacc5 #b3accb

Monochromatic Colors of #c2accb

#c2accb

Complementary Color

#c2accb #b5cbac

#c2accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2accb Color CSS Codes

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

#c2accb Text Font Color

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

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


#c2accb Background Color

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

This div background color is #c2accb


#c2accb Border Color

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

This div border color is #c2accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2accb


Comments

No comments written yet.

Please login to write comment.