Color Hex Logo

#ebbb04 Color Hex

#EBBB04
(235,187,4)
0 Favorites   0 Comments

Color spaces of #ebbb04

RGB 2351874
HSL0.130.970.47
HSV48°98°92°
CMYK 0.000.200.98   0.08
XYZ52.053253.21167.6422
Yxy53.21160.46100.4713
Hunter Lab72.9463-0.281544.8509
CIE-Lab77.99983.906879.5694

#ebbb04 color RGB value is (235,187,4).

#ebbb04 hex color red value is 235, green value is 187 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ebbb04 hue: 0.13 , saturation: 0.97 and the lightness value of ebbb04 is 0.47.

The process color (four color CMYK) of #ebbb04 color hex is 0.00, 0.20, 0.98, 0.08. Web safe color of #ebbb04 is #ffcc00. Color #ebbb04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 00000100
Octal 353 273 4
Decimal 235 187 4
Hex EB BB 4

RGB Percentages of Color #ebbb04

%55.16
%43.90
%0.94

CMYK Percentages of Color #ebbb04

%0
%20
%98
%8

Triadic Colors of #ebbb04

#ebbb04 #04ebbb #bb04eb

Analogous Colors of #ebbb04

#ebbb04 #a8eb04 #eb4804

Monochromatic Colors of #ebbb04

#ebbb04

Complementary Color

#ebbb04 #0434eb

#ebbb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb04 Color CSS Codes

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

#ebbb04 Text Font Color

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

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


#ebbb04 Background Color

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

This div background color is #ebbb04


#ebbb04 Border Color

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

This div border color is #ebbb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb04


Comments

No comments written yet.

Please login to write comment.