Color Hex Logo

#c5dfaf Color Hex

#C5DFAF
(197,223,175)
0 Favorites   0 Comments

Color spaces of #c5dfaf

RGB 197223175
HSL0.260.430.78
HSV93°22°87°
CMYK 0.120.000.22   0.13
XYZ57.151567.740850.6205
Yxy67.74080.32560.3860
Hunter Lab82.3048-20.085121.1478
CIE-Lab85.8767-17.103620.7135

#c5dfaf color RGB value is (197,223,175).

#c5dfaf hex color red value is 197, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c5dfaf hue: 0.26 , saturation: 0.43 and the lightness value of c5dfaf is 0.78.

The process color (four color CMYK) of #c5dfaf color hex is 0.12, 0.00, 0.22, 0.13. Web safe color of #c5dfaf is #cccc99. Color #c5dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 10101111
Octal 305 337 257
Decimal 197 223 175
Hex C5 DF AF

RGB Percentages of Color #c5dfaf

%33.11
%37.48
%29.41

CMYK Percentages of Color #c5dfaf

%12
%0
%22
%13

Triadic Colors of #c5dfaf

#c5dfaf #afc5df #dfafc5

Analogous Colors of #c5dfaf

#c5dfaf #afdfb1 #dddfaf

Monochromatic Colors of #c5dfaf

#c5dfaf

Complementary Color

#c5dfaf #c9afdf

#c5dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dfaf Color CSS Codes

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

#c5dfaf Text Font Color

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

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


#c5dfaf Background Color

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

This div background color is #c5dfaf


#c5dfaf Border Color

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

This div border color is #c5dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dfaf


Comments

No comments written yet.

Please login to write comment.