Color Hex Logo

#c5eaca Color Hex

#C5EACA
(197,234,202)
0 Favorites   0 Comments

Color spaces of #c5eaca

RGB 197234202
HSL0.360.470.85
HSV128°16°92°
CMYK 0.160.000.14   0.08
XYZ63.109474.980267.0235
Yxy74.98020.30770.3656
Hunter Lab86.5911-21.439914.7220
CIE-Lab89.3837-18.037311.5642

#c5eaca color RGB value is (197,234,202).

#c5eaca hex color red value is 197, green value is 234 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c5eaca hue: 0.36 , saturation: 0.47 and the lightness value of c5eaca is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101010 11001010
Octal 305 352 312
Decimal 197 234 202
Hex C5 EA CA

RGB Percentages of Color #c5eaca

%31.12
%36.97
%31.91

CMYK Percentages of Color #c5eaca

%16
%0
%14
%8

Triadic Colors of #c5eaca

#c5eaca #cac5ea #eacac5

Analogous Colors of #c5eaca

#c5eaca #c5eadd #d3eac5

Monochromatic Colors of #c5eaca

#c5eaca

Complementary Color

#c5eaca #eac5e5

#c5eaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5eaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5eaca Color CSS Codes

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

#c5eaca Text Font Color

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

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


#c5eaca Background Color

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

This div background color is #c5eaca


#c5eaca Border Color

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

This div border color is #c5eaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5eaca


Comments

No comments written yet.

Please login to write comment.