Color Hex Logo

#ebe42b Color Hex

#EBE42B
(235,228,43)
0 Favorites   0 Comments

Color spaces of #ebe42b

RGB 23522843
HSL0.160.830.55
HSV58°82°92°
CMYK 0.000.030.82   0.08
XYZ62.440473.323413.1474
Yxy73.32340.41930.4924
Hunter Lab85.6291-19.689450.8370
CIE-Lab88.6017-16.213481.4948

#ebe42b color RGB value is (235,228,43).

#ebe42b hex color red value is 235, green value is 228 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ebe42b hue: 0.16 , saturation: 0.83 and the lightness value of ebe42b is 0.55.

The process color (four color CMYK) of #ebe42b color hex is 0.00, 0.03, 0.82, 0.08. Web safe color of #ebe42b is #ffcc33. Color #ebe42b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 00101011
Octal 353 344 53
Decimal 235 228 43
Hex EB E4 2B

RGB Percentages of Color #ebe42b

%46.44
%45.06
%8.50

CMYK Percentages of Color #ebe42b

%0
%3
%82
%8

Triadic Colors of #ebe42b

#ebe42b #2bebe4 #e42beb

Analogous Colors of #ebe42b

#ebe42b #92eb2b #eb842b

Monochromatic Colors of #ebe42b

#ebe42b

Complementary Color

#ebe42b #2b32eb

#ebe42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe42b Color CSS Codes

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

#ebe42b Text Font Color

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

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


#ebe42b Background Color

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

This div background color is #ebe42b


#ebe42b Border Color

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

This div border color is #ebe42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe42b


Comments

No comments written yet.

Please login to write comment.