Color Hex Logo

#ebbe3d Color Hex

#EBBE3D
(235,190,61)
0 Favorites   0 Comments

Color spaces of #ebbe3d

RGB 23519061
HSL0.120.810.58
HSV44°74°92°
CMYK 0.000.190.74   0.08
XYZ53.516754.826012.1767
Yxy54.82600.44410.4549
Hunter Lab74.0446-0.564842.0809
CIE-Lab78.94093.648567.3336

#ebbe3d color RGB value is (235,190,61).

#ebbe3d hex color red value is 235, green value is 190 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ebbe3d hue: 0.12 , saturation: 0.81 and the lightness value of ebbe3d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 00111101
Octal 353 276 75
Decimal 235 190 61
Hex EB BE 3D

RGB Percentages of Color #ebbe3d

%48.35
%39.09
%12.55

CMYK Percentages of Color #ebbe3d

%0
%19
%74
%8

Triadic Colors of #ebbe3d

#ebbe3d #3debbe #be3deb

Analogous Colors of #ebbe3d

#ebbe3d #c1eb3d #eb673d

Monochromatic Colors of #ebbe3d

#ebbe3d

Complementary Color

#ebbe3d #3d6aeb

#ebbe3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe3d Color CSS Codes

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

#ebbe3d Text Font Color

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

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


#ebbe3d Background Color

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

This div background color is #ebbe3d


#ebbe3d Border Color

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

This div border color is #ebbe3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe3d


Comments

No comments written yet.

Please login to write comment.