Color Hex Logo

#ebb234 Color Hex

#EBB234
(235,178,52)
0 Favorites   0 Comments

Color spaces of #ebb234

RGB 23517852
HSL0.110.820.56
HSV41°78°92°
CMYK 0.000.240.78   0.08
XYZ50.801249.750910.1742
Yxy49.75090.45880.4493
Hunter Lab70.53435.126740.8218
CIE-Lab75.91619.581767.7198

#ebb234 color RGB value is (235,178,52).

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

The process color (four color CMYK) of #ebb234 color hex is 0.00, 0.24, 0.78, 0.08. Web safe color of #ebb234 is #ff9933. Color #ebb234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 00110100
Octal 353 262 64
Decimal 235 178 52
Hex EB B2 34

RGB Percentages of Color #ebb234

%50.54
%38.28
%11.18

CMYK Percentages of Color #ebb234

%0
%24
%78
%8

Triadic Colors of #ebb234

#ebb234 #34ebb2 #b234eb

Analogous Colors of #ebb234

#ebb234 #c9eb34 #eb5734

Monochromatic Colors of #ebb234

#ebb234

Complementary Color

#ebb234 #346deb

#ebb234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb234 Color CSS Codes

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

#ebb234 Text Font Color

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

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


#ebb234 Background Color

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

This div background color is #ebb234


#ebb234 Border Color

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

This div border color is #ebb234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb234


Comments

No comments written yet.

Please login to write comment.