Color Hex Logo

#ebb42b Color Hex

#EBB42B
(235,180,43)
0 Favorites   0 Comments

Color spaces of #ebb42b

RGB 23518043
HSL0.120.830.55
HSV43°82°92°
CMYK 0.000.230.82   0.08
XYZ51.018350.47919.3400
Yxy50.47910.46030.4554
Hunter Lab71.04863.841441.9398
CIE-Lab76.36248.235271.0407

#ebb42b color RGB value is (235,180,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 00101011
Octal 353 264 53
Decimal 235 180 43
Hex EB B4 2B

RGB Percentages of Color #ebb42b

%51.31
%39.30
%9.39

CMYK Percentages of Color #ebb42b

%0
%23
%82
%8

Triadic Colors of #ebb42b

#ebb42b #2bebb4 #b42beb

Analogous Colors of #ebb42b

#ebb42b #c2eb2b #eb542b

Monochromatic Colors of #ebb42b

#ebb42b

Complementary Color

#ebb42b #2b62eb

#ebb42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb42b Color CSS Codes

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

#ebb42b Text Font Color

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

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


#ebb42b Background Color

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

This div background color is #ebb42b


#ebb42b Border Color

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

This div border color is #ebb42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb42b


Comments

No comments written yet.

Please login to write comment.