Color Hex Logo

#c7eaca Color Hex

#C7EACA
(199,234,202)
0 Favorites   0 Comments

Color spaces of #c7eaca

RGB 199234202
HSL0.350.450.85
HSV125°15°92°
CMYK 0.150.000.14   0.08
XYZ63.636775.252067.0482
Yxy75.25200.30900.3654
Hunter Lab86.7479-20.864514.8978
CIE-Lab89.5109-17.374011.7626

#c7eaca color RGB value is (199,234,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101010 11001010
Octal 307 352 312
Decimal 199 234 202
Hex C7 EA CA

RGB Percentages of Color #c7eaca

%31.34
%36.85
%31.81

CMYK Percentages of Color #c7eaca

%15
%0
%14
%8

Triadic Colors of #c7eaca

#c7eaca #cac7ea #eacac7

Analogous Colors of #c7eaca

#c7eaca #c7eadc #d6eac7

Monochromatic Colors of #c7eaca

#c7eaca

Complementary Color

#c7eaca #eac7e7

#c7eaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7eaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7eaca Color CSS Codes

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

#c7eaca Text Font Color

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

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


#c7eaca Background Color

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

This div background color is #c7eaca


#c7eaca Border Color

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

This div border color is #c7eaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7eaca


Comments

No comments written yet.

Please login to write comment.