color codes Logo

#c5ea8d color codes

#C5EA8D
(197,234,141)
0 Favorites   0 Comments

Color spaces of #c5ea8d

RGB 197234141
HSL0.230.690.74
HSV84°40°92°
CMYK 0.160.000.40   0.08
XYZ57.256572.639036.2023
Yxy72.63900.34470.4373
Hunter Lab85.2285-29.233634.4755
CIE-Lab88.2753-27.184041.2300

#c5ea8d color RGB value is (197,234,141).

#c5ea8d hex color red value is 197, green value is 234 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c5ea8d hue: 0.23 , saturation: 0.69 and the lightness value of c5ea8d is 0.74.

The process color (four color CMYK) of #c5ea8d color code is 0.16, 0.00, 0.40, 0.08. Web safe color of #c5ea8d is #ccff99. Color #c5ea8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101010 10001101
Octal 305 352 215
Decimal 197 234 141
Hex C5 EA 8D

RGB Percentages of Color #c5ea8d

%34.44
%40.91
%24.65

CMYK Percentages of Color #c5ea8d

%16
%0
%40
%8

Triadic Colors of #c5ea8d

#c5ea8d #8dc5ea #ea8dc5

Analogous Colors of #c5ea8d

#c5ea8d #97ea8d #eae18d

Monochromatic Colors of #c5ea8d

#c5ea8d

Complementary Color

#c5ea8d #b28dea

#c5ea8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ea8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ea8d Color CSS Codes

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

#c5ea8d Text Font Color

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

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


#c5ea8d Background Color

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

This div background color is #c5ea8d


#c5ea8d Border Color

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

This div border color is #c5ea8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ea8d


Comments

No comments written yet.

Please login to write comment.