Color Hex Logo

#eafcc5 Color Hex

#EAFCC5
(234,252,197)
0 Favorites   0 Comments

Color spaces of #eafcc5

RGB 234252197
HSL0.220.900.88
HSV80°22°99°
CMYK 0.070.000.22   0.01
XYZ78.820191.144466.2617
Yxy91.14440.33370.3858
Hunter Lab95.4696-19.701425.6778
CIE-Lab96.4695-15.029224.4281

#eafcc5 color RGB value is (234,252,197).

#eafcc5 hex color red value is 234, green value is 252 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #eafcc5 hue: 0.22 , saturation: 0.90 and the lightness value of eafcc5 is 0.88.

The process color (four color CMYK) of #eafcc5 color hex is 0.07, 0.00, 0.22, 0.01. Web safe color of #eafcc5 is #ffffcc. Color #eafcc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111100 11000101
Octal 352 374 305
Decimal 234 252 197
Hex EA FC C5

RGB Percentages of Color #eafcc5

%34.26
%36.90
%28.84

CMYK Percentages of Color #eafcc5

%7
%0
%22
%1

Triadic Colors of #eafcc5

#eafcc5 #c5eafc #fcc5ea

Analogous Colors of #eafcc5

#eafcc5 #cffcc5 #fcf3c5

Monochromatic Colors of #eafcc5

#eafcc5

Complementary Color

#eafcc5 #d7c5fc

#eafcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafcc5 Color CSS Codes

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

#eafcc5 Text Font Color

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

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


#eafcc5 Background Color

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

This div background color is #eafcc5


#eafcc5 Border Color

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

This div border color is #eafcc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafcc5


Comments

No comments written yet.

Please login to write comment.