Color Hex Logo

#ebb12b Color Hex

#EBB12B
(235,177,43)
0 Favorites   0 Comments

Color spaces of #ebb12b

RGB 23517743
HSL0.120.830.55
HSV42°82°92°
CMYK 0.000.250.82   0.08
XYZ50.419149.28099.1403
Yxy49.28090.46320.4528
Hunter Lab70.20045.351141.4205
CIE-Lab75.62579.813370.4038

#ebb12b color RGB value is (235,177,43).

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

The process color (four color CMYK) of #ebb12b color hex is 0.00, 0.25, 0.82, 0.08. Web safe color of #ebb12b is #ff9933. Color #ebb12b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110001 00101011
Octal 353 261 53
Decimal 235 177 43
Hex EB B1 2B

RGB Percentages of Color #ebb12b

%51.65
%38.90
%9.45

CMYK Percentages of Color #ebb12b

%0
%25
%82
%8

Triadic Colors of #ebb12b

#ebb12b #2bebb1 #b12beb

Analogous Colors of #ebb12b

#ebb12b #c5eb2b #eb512b

Monochromatic Colors of #ebb12b

#ebb12b

Complementary Color

#ebb12b #2b65eb

#ebb12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb12b Color CSS Codes

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

#ebb12b Text Font Color

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

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


#ebb12b Background Color

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

This div background color is #ebb12b


#ebb12b Border Color

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

This div border color is #ebb12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb12b


Comments

No comments written yet.

Please login to write comment.