Color Hex Logo

#c5cfaa Color Hex

#C5CFAA
(197,207,170)
0 Favorites   0 Comments

Color spaces of #c5cfaa

RGB 197207170
HSL0.210.280.74
HSV76°18°81°
CMYK 0.050.000.18   0.19
XYZ52.594559.398246.7232
Yxy59.39820.33140.3742
Hunter Lab77.0702-13.060418.0051
CIE-Lab81.5100-9.810317.2676

#c5cfaa color RGB value is (197,207,170).

#c5cfaa hex color red value is 197, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c5cfaa hue: 0.21 , saturation: 0.28 and the lightness value of c5cfaa is 0.74.

The process color (four color CMYK) of #c5cfaa color hex is 0.05, 0.00, 0.18, 0.19. Web safe color of #c5cfaa is #cccc99. Color #c5cfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001111 10101010
Octal 305 317 252
Decimal 197 207 170
Hex C5 CF AA

RGB Percentages of Color #c5cfaa

%34.32
%36.06
%29.62

CMYK Percentages of Color #c5cfaa

%5
%0
%18
%19

Triadic Colors of #c5cfaa

#c5cfaa #aac5cf #cfaac5

Analogous Colors of #c5cfaa

#c5cfaa #b3cfaa #cfc7aa

Monochromatic Colors of #c5cfaa

#c5cfaa

Complementary Color

#c5cfaa #b4aacf

#c5cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cfaa Color CSS Codes

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

#c5cfaa Text Font Color

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

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


#c5cfaa Background Color

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

This div background color is #c5cfaa


#c5cfaa Border Color

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

This div border color is #c5cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cfaa


Comments

No comments written yet.

Please login to write comment.