Color Hex Logo

#ebe07d Color Hex

#EBE07D
(235,224,125)
0 Favorites   0 Comments

Color spaces of #ebe07d

RGB 235224125
HSL0.150.730.71
HSV54°47°92°
CMYK 0.000.050.47   0.08
XYZ64.618372.454129.9813
Yxy72.45410.38680.4337
Hunter Lab85.1200-13.452838.7006
CIE-Lab88.1867-9.428649.5174

#ebe07d color RGB value is (235,224,125).

#ebe07d hex color red value is 235, green value is 224 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ebe07d hue: 0.15 , saturation: 0.73 and the lightness value of ebe07d is 0.71.

The process color (four color CMYK) of #ebe07d color hex is 0.00, 0.05, 0.47, 0.08. Web safe color of #ebe07d is #ffcc66. Color #ebe07d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 01111101
Octal 353 340 175
Decimal 235 224 125
Hex EB E0 7D

RGB Percentages of Color #ebe07d

%40.24
%38.36
%21.40

CMYK Percentages of Color #ebe07d

%0
%5
%47
%8

Triadic Colors of #ebe07d

#ebe07d #7debe0 #e07deb

Analogous Colors of #ebe07d

#ebe07d #bfeb7d #eba97d

Monochromatic Colors of #ebe07d

#ebe07d

Complementary Color

#ebe07d #7d88eb

#ebe07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe07d Color CSS Codes

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

#ebe07d Text Font Color

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

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


#ebe07d Background Color

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

This div background color is #ebe07d


#ebe07d Border Color

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

This div border color is #ebe07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe07d


Comments

No comments written yet.

Please login to write comment.