Color Hex Logo

#ebf9ad Color Hex

#EBF9AD
(235,249,173)
0 Favorites   0 Comments

Color spaces of #ebf9ad

RGB 235249173
HSL0.200.860.83
HSV71°31°98°
CMYK 0.060.000.31   0.02
XYZ75.679588.430752.6153
Yxy88.43070.34920.4080
Hunter Lab94.0376-20.912732.6528
CIE-Lab95.3420-16.493335.0240

#ebf9ad color RGB value is (235,249,173).

#ebf9ad hex color red value is 235, green value is 249 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ebf9ad hue: 0.20 , saturation: 0.86 and the lightness value of ebf9ad is 0.83.

The process color (four color CMYK) of #ebf9ad color hex is 0.06, 0.00, 0.31, 0.02. Web safe color of #ebf9ad is #ffff99. Color #ebf9ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111001 10101101
Octal 353 371 255
Decimal 235 249 173
Hex EB F9 AD

RGB Percentages of Color #ebf9ad

%35.77
%37.90
%26.33

CMYK Percentages of Color #ebf9ad

%6
%0
%31
%2

Triadic Colors of #ebf9ad

#ebf9ad #adebf9 #f9adeb

Analogous Colors of #ebf9ad

#ebf9ad #c5f9ad #f9e1ad

Monochromatic Colors of #ebf9ad

#ebf9ad

Complementary Color

#ebf9ad #bbadf9

#ebf9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf9ad Color CSS Codes

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

#ebf9ad Text Font Color

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

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


#ebf9ad Background Color

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

This div background color is #ebf9ad


#ebf9ad Border Color

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

This div border color is #ebf9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf9ad


Comments

No comments written yet.

Please login to write comment.