Color Hex Logo

#ebbd3a Color Hex

#EBBD3A
(235,189,58)
0 Favorites   0 Comments

Color spaces of #ebbd3a

RGB 23518958
HSL0.120.820.57
HSV44°75°92°
CMYK 0.000.200.75   0.08
XYZ53.222354.362811.6910
Yxy54.36280.44620.4558
Hunter Lab73.7311-0.180542.2106
CIE-Lab78.67284.045768.1698

#ebbd3a color RGB value is (235,189,58).

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

The process color (four color CMYK) of #ebbd3a color hex is 0.00, 0.20, 0.75, 0.08. Web safe color of #ebbd3a is #ffcc33. Color #ebbd3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 00111010
Octal 353 275 72
Decimal 235 189 58
Hex EB BD 3A

RGB Percentages of Color #ebbd3a

%48.76
%39.21
%12.03

CMYK Percentages of Color #ebbd3a

%0
%20
%75
%8

Triadic Colors of #ebbd3a

#ebbd3a #3aebbd #bd3aeb

Analogous Colors of #ebbd3a

#ebbd3a #c1eb3a #eb653a

Monochromatic Colors of #ebbd3a

#ebbd3a

Complementary Color

#ebbd3a #3a68eb

#ebbd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbd3a Color CSS Codes

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

#ebbd3a Text Font Color

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

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


#ebbd3a Background Color

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

This div background color is #ebbd3a


#ebbd3a Border Color

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

This div border color is #ebbd3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbd3a


Comments

No comments written yet.

Please login to write comment.