Color Hex Logo

#c5afbc Color Hex

#C5AFBC
(197,175,188)
0 Favorites   0 Comments

Color spaces of #c5afbc

RGB 197175188
HSL0.900.160.73
HSV325°11°77°
CMYK 0.000.110.05   0.23
XYZ47.433046.161153.9869
Yxy46.16110.32140.3128
Hunter Lab67.94205.71960.4473
CIE-Lab73.649910.1760-3.7282

#c5afbc color RGB value is (197,175,188).

#c5afbc hex color red value is 197, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c5afbc hue: 0.90 , saturation: 0.16 and the lightness value of c5afbc is 0.73.

The process color (four color CMYK) of #c5afbc color hex is 0.00, 0.11, 0.05, 0.23. Web safe color of #c5afbc is #cc99cc. Color #c5afbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101111 10111100
Octal 305 257 274
Decimal 197 175 188
Hex C5 AF BC

RGB Percentages of Color #c5afbc

%35.18
%31.25
%33.57

CMYK Percentages of Color #c5afbc

%0
%11
%5
%23

Triadic Colors of #c5afbc

#c5afbc #bcc5af #afbcc5

Analogous Colors of #c5afbc

#c5afbc #c5afb1 #c3afc5

Monochromatic Colors of #c5afbc

#c5afbc

Complementary Color

#c5afbc #afc5b8

#c5afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5afbc Color CSS Codes

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

#c5afbc Text Font Color

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

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


#c5afbc Background Color

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

This div background color is #c5afbc


#c5afbc Border Color

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

This div border color is #c5afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5afbc


Comments

No comments written yet.

Please login to write comment.