Color Hex Logo

#c7eaea Color Hex

#C7EAEA
(199,234,234)
1 Favorites   0 Comments

Color spaces of #c7eaea

RGB 199234234
HSL0.500.450.85
HSV180°15°92°
CMYK 0.150.000.00   0.08
XYZ67.827376.928389.1157
Yxy76.92830.29000.3289
Hunter Lab87.7088-15.45201.1551
CIE-Lab90.2886-11.3280-3.8241

#c7eaea color RGB value is (199,234,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101010 11101010
Octal 307 352 352
Decimal 199 234 234
Hex C7 EA EA

RGB Percentages of Color #c7eaea

%29.84
%35.08
%35.08

CMYK Percentages of Color #c7eaea

%15
%0
%0
%8

Triadic Colors of #c7eaea

#c7eaea #eac7ea #eaeac7

Analogous Colors of #c7eaea

#c7eaea #c7d9ea #c7ead9

Monochromatic Colors of #c7eaea

#c7eaea

Complementary Color

#c7eaea #eac7c7

#c7eaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7eaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7eaea Color CSS Codes

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

#c7eaea Text Font Color

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

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


#c7eaea Background Color

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

This div background color is #c7eaea


#c7eaea Border Color

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

This div border color is #c7eaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7eaea

#c7eaea Color Palettes


Comments

No comments written yet.

Please login to write comment.