Color Hex Logo

#ebfaa3 Color Hex

#EBFAA3
(235,250,163)
0 Favorites   0 Comments

Color spaces of #ebfaa3

RGB 235250163
HSL0.200.900.81
HSV70°35°98°
CMYK 0.060.000.35   0.02
XYZ75.057488.677747.8109
Yxy88.67770.35480.4192
Hunter Lab94.1688-22.521835.8158
CIE-Lab95.4456-18.213140.1328

#ebfaa3 color RGB value is (235,250,163).

#ebfaa3 hex color red value is 235, green value is 250 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #ebfaa3 hue: 0.20 , saturation: 0.90 and the lightness value of ebfaa3 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 10100011
Octal 353 372 243
Decimal 235 250 163
Hex EB FA A3

RGB Percentages of Color #ebfaa3

%36.27
%38.58
%25.15

CMYK Percentages of Color #ebfaa3

%6
%0
%35
%2

Triadic Colors of #ebfaa3

#ebfaa3 #a3ebfa #faa3eb

Analogous Colors of #ebfaa3

#ebfaa3 #c0faa3 #fadea3

Monochromatic Colors of #ebfaa3

#ebfaa3

Complementary Color

#ebfaa3 #b2a3fa

#ebfaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfaa3 Color CSS Codes

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

#ebfaa3 Text Font Color

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

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


#ebfaa3 Background Color

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

This div background color is #ebfaa3


#ebfaa3 Border Color

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

This div border color is #ebfaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfaa3


Comments

No comments written yet.

Please login to write comment.