Color Hex Logo

#ebb31d Color Hex

#EBB31D
(235,179,29)
0 Favorites   0 Comments

Color spaces of #ebb31d

RGB 23517929
HSL0.120.840.52
HSV44°88°92°
CMYK 0.000.240.88   0.08
XYZ50.602849.99118.1446
Yxy49.99110.46540.4597
Hunter Lab70.70444.018942.6633
CIE-Lab76.06388.416274.4619

#ebb31d color RGB value is (235,179,29).

#ebb31d hex color red value is 235, green value is 179 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ebb31d hue: 0.12 , saturation: 0.84 and the lightness value of ebb31d is 0.52.

The process color (four color CMYK) of #ebb31d color hex is 0.00, 0.24, 0.88, 0.08. Web safe color of #ebb31d is #ffcc33. Color #ebb31d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 00011101
Octal 353 263 35
Decimal 235 179 29
Hex EB B3 1D

RGB Percentages of Color #ebb31d

%53.05
%40.41
%6.55

CMYK Percentages of Color #ebb31d

%0
%24
%88
%8

Triadic Colors of #ebb31d

#ebb31d #1debb3 #b31deb

Analogous Colors of #ebb31d

#ebb31d #bceb1d #eb4c1d

Monochromatic Colors of #ebb31d

#ebb31d

Complementary Color

#ebb31d #1d55eb

#ebb31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb31d Color CSS Codes

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

#ebb31d Text Font Color

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

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


#ebb31d Background Color

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

This div background color is #ebb31d


#ebb31d Border Color

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

This div border color is #ebb31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb31d


Comments

No comments written yet.

Please login to write comment.