Color Hex Logo

#ebaf5e Color Hex

#EBAF5E
(235,175,94)
0 Favorites   0 Comments

Color spaces of #ebaf5e

RGB 23517594
HSL0.100.780.65
HSV34°60°92°
CMYK 0.000.260.60   0.08
XYZ51.611349.130317.3526
Yxy49.13030.43700.4160
Hunter Lab70.09308.771434.3870
CIE-Lab75.532313.381549.3805

#ebaf5e color RGB value is (235,175,94).

#ebaf5e hex color red value is 235, green value is 175 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ebaf5e hue: 0.10 , saturation: 0.78 and the lightness value of ebaf5e is 0.65.

The process color (four color CMYK) of #ebaf5e color hex is 0.00, 0.26, 0.60, 0.08. Web safe color of #ebaf5e is #ff9966. Color #ebaf5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 01011110
Octal 353 257 136
Decimal 235 175 94
Hex EB AF 5E

RGB Percentages of Color #ebaf5e

%46.63
%34.72
%18.65

CMYK Percentages of Color #ebaf5e

%0
%26
%60
%8

Triadic Colors of #ebaf5e

#ebaf5e #5eebaf #af5eeb

Analogous Colors of #ebaf5e

#ebaf5e #e1eb5e #eb695e

Monochromatic Colors of #ebaf5e

#ebaf5e

Complementary Color

#ebaf5e #5e9aeb

#ebaf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaf5e Color CSS Codes

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

#ebaf5e Text Font Color

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

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


#ebaf5e Background Color

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

This div background color is #ebaf5e


#ebaf5e Border Color

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

This div border color is #ebaf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaf5e


Comments

No comments written yet.

Please login to write comment.