Color Hex Logo

#ebb430 Color Hex

#EBB430
(235,180,48)
0 Favorites   0 Comments

Color spaces of #ebb430

RGB 23518048
HSL0.120.820.55
HSV42°80°92°
CMYK 0.000.230.80   0.08
XYZ51.115750.51819.8532
Yxy50.51810.45850.4531
Hunter Lab71.07613.988541.5340
CIE-Lab76.38628.391169.4949

#ebb430 color RGB value is (235,180,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 00110000
Octal 353 264 60
Decimal 235 180 48
Hex EB B4 30

RGB Percentages of Color #ebb430

%50.76
%38.88
%10.37

CMYK Percentages of Color #ebb430

%0
%23
%80
%8

Triadic Colors of #ebb430

#ebb430 #30ebb4 #b430eb

Analogous Colors of #ebb430

#ebb430 #c5eb30 #eb5730

Monochromatic Colors of #ebb430

#ebb430

Complementary Color

#ebb430 #3067eb

#ebb430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb430 Color CSS Codes

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

#ebb430 Text Font Color

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

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


#ebb430 Background Color

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

This div background color is #ebb430


#ebb430 Border Color

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

This div border color is #ebb430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb430


Comments

No comments written yet.

Please login to write comment.