Color Hex Logo

#c5dfae Color Hex

#C5DFAE
(197,223,174)
0 Favorites   0 Comments

Color spaces of #c5dfae

RGB 197223174
HSL0.260.430.78
HSV92°22°87°
CMYK 0.120.000.22   0.13
XYZ57.053667.701750.1051
Yxy67.70170.32630.3872
Hunter Lab82.2810-20.220121.4920
CIE-Lab85.8571-17.260221.2073

#c5dfae color RGB value is (197,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 10101110
Octal 305 337 256
Decimal 197 223 174
Hex C5 DF AE

RGB Percentages of Color #c5dfae

%33.16
%37.54
%29.29

CMYK Percentages of Color #c5dfae

%12
%0
%22
%13

Triadic Colors of #c5dfae

#c5dfae #aec5df #dfaec5

Analogous Colors of #c5dfae

#c5dfae #aedfb0 #dedfae

Monochromatic Colors of #c5dfae

#c5dfae

Complementary Color

#c5dfae #c8aedf

#c5dfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dfae Color CSS Codes

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

#c5dfae Text Font Color

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

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


#c5dfae Background Color

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

This div background color is #c5dfae


#c5dfae Border Color

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

This div border color is #c5dfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dfae


Comments

No comments written yet.

Please login to write comment.