Color Hex Logo

#ebbf5e Color Hex

#EBBF5E
(235,191,94)
0 Favorites   0 Comments

Color spaces of #ebbf5e

RGB 23519194
HSL0.110.780.65
HSV41°60°92°
CMYK 0.000.190.60   0.08
XYZ54.912155.731918.4528
Yxy55.73190.42540.4317
Hunter Lab74.65380.652737.6025
CIE-Lab79.46104.964653.9092

#ebbf5e color RGB value is (235,191,94).

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

The process color (four color CMYK) of #ebbf5e color hex is 0.00, 0.19, 0.60, 0.08. Web safe color of #ebbf5e is #ffcc66. Color #ebbf5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 01011110
Octal 353 277 136
Decimal 235 191 94
Hex EB BF 5E

RGB Percentages of Color #ebbf5e

%45.19
%36.73
%18.08

CMYK Percentages of Color #ebbf5e

%0
%19
%60
%8

Triadic Colors of #ebbf5e

#ebbf5e #5eebbf #bf5eeb

Analogous Colors of #ebbf5e

#ebbf5e #d1eb5e #eb795e

Monochromatic Colors of #ebbf5e

#ebbf5e

Complementary Color

#ebbf5e #5e8aeb

#ebbf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbf5e Color CSS Codes

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

#ebbf5e Text Font Color

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

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


#ebbf5e Background Color

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

This div background color is #ebbf5e


#ebbf5e Border Color

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

This div border color is #ebbf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbf5e


Comments

No comments written yet.

Please login to write comment.