Color Hex Logo

#ebf4ea Color Hex

#EBF4EA
(235,244,234)
0 Favorites   0 Comments

Color spaces of #ebf4ea

RGB 235244234
HSL0.320.310.94
HSV114°96°
CMYK 0.040.000.04   0.04
XYZ81.462988.304090.5927
Yxy88.30400.31290.3392
Hunter Lab93.9702-9.70608.6202
CIE-Lab95.2888-4.74753.7690

#ebf4ea color RGB value is (235,244,234).

#ebf4ea hex color red value is 235, green value is 244 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ebf4ea hue: 0.32 , saturation: 0.31 and the lightness value of ebf4ea is 0.94.

The process color (four color CMYK) of #ebf4ea color hex is 0.04, 0.00, 0.04, 0.04. Web safe color of #ebf4ea is #ffffff. Color #ebf4ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110100 11101010
Octal 353 364 352
Decimal 235 244 234
Hex EB F4 EA

RGB Percentages of Color #ebf4ea

%32.96
%34.22
%32.82

CMYK Percentages of Color #ebf4ea

%4
%0
%4
%4

Triadic Colors of #ebf4ea

#ebf4ea #eaebf4 #f4eaeb

Analogous Colors of #ebf4ea

#ebf4ea #eaf4ee #f0f4ea

Monochromatic Colors of #ebf4ea

#ebf4ea

Complementary Color

#ebf4ea #f3eaf4

#ebf4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf4ea Color CSS Codes

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

#ebf4ea Text Font Color

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

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


#ebf4ea Background Color

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

This div background color is #ebf4ea


#ebf4ea Border Color

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

This div border color is #ebf4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf4ea


Comments

No comments written yet.

Please login to write comment.