Color Hex Logo

#ebe231 Color Hex

#EBE231
(235,226,49)
0 Favorites   0 Comments

Color spaces of #ebe231

RGB 23522649
HSL0.160.820.56
HSV57°79°92°
CMYK 0.000.040.79   0.08
XYZ62.011772.276613.5882
Yxy72.27660.41930.4888
Hunter Lab85.0156-18.576850.0345
CIE-Lab88.1016-15.054679.5398

#ebe231 color RGB value is (235,226,49).

#ebe231 hex color red value is 235, green value is 226 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ebe231 hue: 0.16 , saturation: 0.82 and the lightness value of ebe231 is 0.56.

The process color (four color CMYK) of #ebe231 color hex is 0.00, 0.04, 0.79, 0.08. Web safe color of #ebe231 is #ffcc33. Color #ebe231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 00110001
Octal 353 342 61
Decimal 235 226 49
Hex EB E2 31

RGB Percentages of Color #ebe231

%46.08
%44.31
%9.61

CMYK Percentages of Color #ebe231

%0
%4
%79
%8

Triadic Colors of #ebe231

#ebe231 #31ebe2 #e231eb

Analogous Colors of #ebe231

#ebe231 #97eb31 #eb8531

Monochromatic Colors of #ebe231

#ebe231

Complementary Color

#ebe231 #313aeb

#ebe231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe231 Color CSS Codes

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

#ebe231 Text Font Color

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

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


#ebe231 Background Color

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

This div background color is #ebe231


#ebe231 Border Color

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

This div border color is #ebe231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe231


Comments

No comments written yet.

Please login to write comment.