Color Hex Logo

#ebf2ad Color Hex

#EBF2AD
(235,242,173)
0 Favorites   0 Comments

Color spaces of #ebf2ad

RGB 235242173
HSL0.180.730.81
HSV66°29°95°
CMYK 0.030.000.29   0.05
XYZ73.555984.183651.9074
Yxy84.18360.35090.4015
Hunter Lab91.7516-17.464630.6835
CIE-Lab93.5302-13.059632.6072

#ebf2ad color RGB value is (235,242,173).

#ebf2ad hex color red value is 235, green value is 242 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ebf2ad hue: 0.18 , saturation: 0.73 and the lightness value of ebf2ad is 0.81.

The process color (four color CMYK) of #ebf2ad color hex is 0.03, 0.00, 0.29, 0.05. Web safe color of #ebf2ad is #ffff99. Color #ebf2ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110010 10101101
Octal 353 362 255
Decimal 235 242 173
Hex EB F2 AD

RGB Percentages of Color #ebf2ad

%36.15
%37.23
%26.62

CMYK Percentages of Color #ebf2ad

%3
%0
%29
%5

Triadic Colors of #ebf2ad

#ebf2ad #adebf2 #f2adeb

Analogous Colors of #ebf2ad

#ebf2ad #c9f2ad #f2d7ad

Monochromatic Colors of #ebf2ad

#ebf2ad

Complementary Color

#ebf2ad #b4adf2

#ebf2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf2ad Color CSS Codes

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

#ebf2ad Text Font Color

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

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


#ebf2ad Background Color

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

This div background color is #ebf2ad


#ebf2ad Border Color

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

This div border color is #ebf2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf2ad


Comments

No comments written yet.

Please login to write comment.