Color Hex Logo

#ebe27a Color Hex

#EBE27A
(235,226,122)
0 Favorites   0 Comments

Color spaces of #ebe27a

RGB 235226122
HSL0.150.740.70
HSV55°48°92°
CMYK 0.000.040.48   0.08
XYZ64.970273.460029.1673
Yxy73.46000.38770.4383
Hunter Lab85.7088-14.681339.8194
CIE-Lab88.6666-10.700751.5333

#ebe27a color RGB value is (235,226,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 01111010
Octal 353 342 172
Decimal 235 226 122
Hex EB E2 7A

RGB Percentages of Color #ebe27a

%40.31
%38.77
%20.93

CMYK Percentages of Color #ebe27a

%0
%4
%48
%8

Triadic Colors of #ebe27a

#ebe27a #7aebe2 #e27aeb

Analogous Colors of #ebe27a

#ebe27a #bceb7a #ebaa7a

Monochromatic Colors of #ebe27a

#ebe27a

Complementary Color

#ebe27a #7a83eb

#ebe27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe27a Color CSS Codes

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

#ebe27a Text Font Color

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

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


#ebe27a Background Color

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

This div background color is #ebe27a


#ebe27a Border Color

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

This div border color is #ebe27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe27a


Comments

No comments written yet.

Please login to write comment.