Color Hex Logo

#c5eaba Color Hex

#C5EABA
(197,234,186)
0 Favorites   0 Comments

Color spaces of #c5eaba

RGB 197234186
HSL0.300.530.82
HSV106°21°92°
CMYK 0.160.000.21   0.08
XYZ61.311774.261157.5567
Yxy74.26110.31750.3845
Hunter Lab86.1749-23.806920.7223
CIE-Lab89.0457-20.762219.4015

#c5eaba color RGB value is (197,234,186).

#c5eaba hex color red value is 197, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c5eaba hue: 0.30 , saturation: 0.53 and the lightness value of c5eaba is 0.82.

The process color (four color CMYK) of #c5eaba color hex is 0.16, 0.00, 0.21, 0.08. Web safe color of #c5eaba is #ccffcc. Color #c5eaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101010 10111010
Octal 305 352 272
Decimal 197 234 186
Hex C5 EA BA

RGB Percentages of Color #c5eaba

%31.93
%37.93
%30.15

CMYK Percentages of Color #c5eaba

%16
%0
%21
%8

Triadic Colors of #c5eaba

#c5eaba #bac5ea #eabac5

Analogous Colors of #c5eaba

#c5eaba #baeac7 #ddeaba

Monochromatic Colors of #c5eaba

#c5eaba

Complementary Color

#c5eaba #dfbaea

#c5eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5eaba Color CSS Codes

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

#c5eaba Text Font Color

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

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


#c5eaba Background Color

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

This div background color is #c5eaba


#c5eaba Border Color

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

This div border color is #c5eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5eaba


Comments

No comments written yet.

Please login to write comment.