Color Hex Logo

#c5eacf Color Hex

#C5EACF
(197,234,207)
0 Favorites   0 Comments

Color spaces of #c5eacf

RGB 197234207
HSL0.380.470.85
HSV136°16°92°
CMYK 0.160.000.12   0.08
XYZ63.711375.220970.1926
Yxy75.22090.30470.3597
Hunter Lab86.7300-20.652512.7262
CIE-Lab89.4964-17.14049.1181

#c5eacf color RGB value is (197,234,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101010 11001111
Octal 305 352 317
Decimal 197 234 207
Hex C5 EA CF

RGB Percentages of Color #c5eacf

%30.88
%36.68
%32.45

CMYK Percentages of Color #c5eacf

%16
%0
%12
%8

Triadic Colors of #c5eacf

#c5eacf #cfc5ea #eacfc5

Analogous Colors of #c5eacf

#c5eacf #c5eae2 #ceeac5

Monochromatic Colors of #c5eacf

#c5eacf

Complementary Color

#c5eacf #eac5e0

#c5eacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5eacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5eacf Color CSS Codes

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

#c5eacf Text Font Color

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

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


#c5eacf Background Color

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

This div background color is #c5eacf


#c5eacf Border Color

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

This div border color is #c5eacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5eacf


Comments

No comments written yet.

Please login to write comment.