Color Hex Logo

#c5eace Color Hex

#C5EACE
(197,234,206)
0 Favorites   0 Comments

Color spaces of #c5eace

RGB 197234206
HSL0.370.470.85
HSV135°16°92°
CMYK 0.160.000.12   0.08
XYZ63.589475.172269.5507
Yxy75.17220.30530.3609
Hunter Lab86.7019-20.811913.1300
CIE-Lab89.4736-17.32169.6071

#c5eace color RGB value is (197,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101010 11001110
Octal 305 352 316
Decimal 197 234 206
Hex C5 EA CE

RGB Percentages of Color #c5eace

%30.93
%36.73
%32.34

CMYK Percentages of Color #c5eace

%16
%0
%12
%8

Triadic Colors of #c5eace

#c5eace #cec5ea #eacec5

Analogous Colors of #c5eace

#c5eace #c5eae1 #cfeac5

Monochromatic Colors of #c5eace

#c5eace

Complementary Color

#c5eace #eac5e1

#c5eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5eace Color CSS Codes

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

#c5eace Text Font Color

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

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


#c5eace Background Color

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

This div background color is #c5eace


#c5eace Border Color

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

This div border color is #c5eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5eace


Comments

No comments written yet.

Please login to write comment.