Color Hex Logo

#c5eabd Color Hex

#C5EABD
(197,234,189)
0 Favorites   0 Comments

Color spaces of #c5eabd

RGB 197234189
HSL0.300.520.83
HSV109°19°92°
CMYK 0.160.000.19   0.08
XYZ61.634174.390159.2544
Yxy74.39010.31560.3809
Hunter Lab86.2497-23.380719.6420
CIE-Lab89.1065-20.268317.9317

#c5eabd color RGB value is (197,234,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101010 10111101
Octal 305 352 275
Decimal 197 234 189
Hex C5 EA BD

RGB Percentages of Color #c5eabd

%31.77
%37.74
%30.48

CMYK Percentages of Color #c5eabd

%16
%0
%19
%8

Triadic Colors of #c5eabd

#c5eabd #bdc5ea #eabdc5

Analogous Colors of #c5eabd

#c5eabd #bdeacc #dceabd

Monochromatic Colors of #c5eabd

#c5eabd

Complementary Color

#c5eabd #e2bdea

#c5eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5eabd Color CSS Codes

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

#c5eabd Text Font Color

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

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


#c5eabd Background Color

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

This div background color is #c5eabd


#c5eabd Border Color

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

This div border color is #c5eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5eabd


Comments

No comments written yet.

Please login to write comment.