Color Hex Logo

#ebe07a Color Hex

#EBE07A
(235,224,122)
0 Favorites   0 Comments

Color spaces of #ebe07a

RGB 235224122
HSL0.150.740.70
HSV54°48°92°
CMYK 0.000.050.48   0.08
XYZ64.429572.378628.9870
Yxy72.37860.38860.4366
Hunter Lab85.0756-13.700639.3516
CIE-Lab88.1505-9.701250.9096

#ebe07a color RGB value is (235,224,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 01111010
Octal 353 340 172
Decimal 235 224 122
Hex EB E0 7A

RGB Percentages of Color #ebe07a

%40.45
%38.55
%21.00

CMYK Percentages of Color #ebe07a

%0
%5
%48
%8

Triadic Colors of #ebe07a

#ebe07a #7aebe0 #e07aeb

Analogous Colors of #ebe07a

#ebe07a #beeb7a #eba87a

Monochromatic Colors of #ebe07a

#ebe07a

Complementary Color

#ebe07a #7a85eb

#ebe07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe07a Color CSS Codes

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

#ebe07a Text Font Color

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

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


#ebe07a Background Color

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

This div background color is #ebe07a


#ebe07a Border Color

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

This div border color is #ebe07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe07a


Comments

No comments written yet.

Please login to write comment.