Color Hex Logo

#ebfbaa Color Hex

#EBFBAA
(235,251,170)
0 Favorites   0 Comments

Color spaces of #ebfbaa

RGB 235251170
HSL0.200.910.83
HSV72°32°98°
CMYK 0.060.000.32   0.02
XYZ76.013889.558851.3104
Yxy89.55880.35050.4129
Hunter Lab94.6355-22.236134.0984
CIE-Lab95.8135-17.844137.1452

#ebfbaa color RGB value is (235,251,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 10101010
Octal 353 373 252
Decimal 235 251 170
Hex EB FB AA

RGB Percentages of Color #ebfbaa

%35.82
%38.26
%25.91

CMYK Percentages of Color #ebfbaa

%6
%0
%32
%2

Triadic Colors of #ebfbaa

#ebfbaa #aaebfb #fbaaeb

Analogous Colors of #ebfbaa

#ebfbaa #c3fbaa #fbe3aa

Monochromatic Colors of #ebfbaa

#ebfbaa

Complementary Color

#ebfbaa #baaafb

#ebfbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbaa Color CSS Codes

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

#ebfbaa Text Font Color

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

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


#ebfbaa Background Color

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

This div background color is #ebfbaa


#ebfbaa Border Color

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

This div border color is #ebfbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbaa

Related Colors


Comments

No comments written yet.

Please login to write comment.