Color Hex Logo

#ebbe1d Color Hex

#EBBE1D
(235,190,29)
0 Favorites   0 Comments

Color spaces of #ebbe1d

RGB 23519029
HSL0.130.840.52
HSV47°88°92°
CMYK 0.000.190.88   0.08
XYZ52.896254.57788.9090
Yxy54.57780.45450.4689
Hunter Lab73.8768-1.477444.5638
CIE-Lab78.79752.665076.6173

#ebbe1d color RGB value is (235,190,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 00011101
Octal 353 276 35
Decimal 235 190 29
Hex EB BE 1D

RGB Percentages of Color #ebbe1d

%51.76
%41.85
%6.39

CMYK Percentages of Color #ebbe1d

%0
%19
%88
%8

Triadic Colors of #ebbe1d

#ebbe1d #1debbe #be1deb

Analogous Colors of #ebbe1d

#ebbe1d #b1eb1d #eb571d

Monochromatic Colors of #ebbe1d

#ebbe1d

Complementary Color

#ebbe1d #1d4aeb

#ebbe1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe1d Color CSS Codes

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

#ebbe1d Text Font Color

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

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


#ebbe1d Background Color

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

This div background color is #ebbe1d


#ebbe1d Border Color

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

This div border color is #ebbe1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe1d


Comments

No comments written yet.

Please login to write comment.