Color Hex Logo

#c8afba Color Hex

#C8AFBA
(200,175,186)
0 Favorites   0 Comments

Color spaces of #c8afba

RGB 200175186
HSL0.930.190.74
HSV334°13°78°
CMYK 0.000.130.07   0.22
XYZ48.012346.484552.8963
Yxy46.48450.32570.3154
Hunter Lab68.17956.38621.7262
CIE-Lab73.858810.8837-2.2948

#c8afba color RGB value is (200,175,186).

#c8afba hex color red value is 200, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c8afba hue: 0.93 , saturation: 0.19 and the lightness value of c8afba is 0.74.

The process color (four color CMYK) of #c8afba color hex is 0.00, 0.13, 0.07, 0.22. Web safe color of #c8afba is #cc99cc. Color #c8afba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101111 10111010
Octal 310 257 272
Decimal 200 175 186
Hex C8 AF BA

RGB Percentages of Color #c8afba

%35.65
%31.19
%33.16

CMYK Percentages of Color #c8afba

%0
%13
%7
%22

Triadic Colors of #c8afba

#c8afba #bac8af #afbac8

Analogous Colors of #c8afba

#c8afba #c8b1af #c8afc7

Monochromatic Colors of #c8afba

#c8afba

Complementary Color

#c8afba #afc8bd

#c8afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8afba Color CSS Codes

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

#c8afba Text Font Color

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

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


#c8afba Background Color

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

This div background color is #c8afba


#c8afba Border Color

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

This div border color is #c8afba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,175,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8afba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8afba;
  -webkit-box-shadow: 1px 1px 3px 2px #c8afba;
  box-shadow:         1px 1px 3px 2px #c8afba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,175,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8afba


Comments

No comments written yet.

Please login to write comment.