Color Hex Logo

#c5edae Color Hex

#C5EDAE
(197,237,174)
0 Favorites   0 Comments

Color spaces of #c5edae

RGB 197237174
HSL0.270.640.81
HSV98°27°93°
CMYK 0.170.000.27   0.07
XYZ60.950175.494751.4039
Yxy75.49470.32450.4019
Hunter Lab86.8877-26.839025.7446
CIE-Lab89.6242-24.106626.3796

#c5edae color RGB value is (197,237,174).

#c5edae hex color red value is 197, green value is 237 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c5edae hue: 0.27 , saturation: 0.64 and the lightness value of c5edae is 0.81.

The process color (four color CMYK) of #c5edae color hex is 0.17, 0.00, 0.27, 0.07. Web safe color of #c5edae is #ccff99. Color #c5edae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101101 10101110
Octal 305 355 256
Decimal 197 237 174
Hex C5 ED AE

RGB Percentages of Color #c5edae

%32.40
%38.98
%28.62

CMYK Percentages of Color #c5edae

%17
%0
%27
%7

Triadic Colors of #c5edae

#c5edae #aec5ed #edaec5

Analogous Colors of #c5edae

#c5edae #aeedb7 #e5edae

Monochromatic Colors of #c5edae

#c5edae

Complementary Color

#c5edae #d6aeed

#c5edae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5edae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5edae Color CSS Codes

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

#c5edae Text Font Color

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

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


#c5edae Background Color

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

This div background color is #c5edae


#c5edae Border Color

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

This div border color is #c5edae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,237,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 #c5edae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5edae


Comments

No comments written yet.

Please login to write comment.