Color Hex Logo

#ebe13d Color Hex

#EBE13D
(235,225,61)
0 Favorites   0 Comments

Color spaces of #ebe13d

RGB 23522561
HSL0.160.810.58
HSV57°74°92°
CMYK 0.000.040.74   0.08
XYZ62.028571.849515.0140
Yxy71.84950.41660.4826
Hunter Lab84.7641-17.714848.8330
CIE-Lab87.8961-14.129875.8054

#ebe13d color RGB value is (235,225,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 00111101
Octal 353 341 75
Decimal 235 225 61
Hex EB E1 3D

RGB Percentages of Color #ebe13d

%45.11
%43.19
%11.71

CMYK Percentages of Color #ebe13d

%0
%4
%74
%8

Triadic Colors of #ebe13d

#ebe13d #3debe1 #e13deb

Analogous Colors of #ebe13d

#ebe13d #9eeb3d #eb8a3d

Monochromatic Colors of #ebe13d

#ebe13d

Complementary Color

#ebe13d #3d47eb

#ebe13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe13d Color CSS Codes

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

#ebe13d Text Font Color

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

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


#ebe13d Background Color

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

This div background color is #ebe13d


#ebe13d Border Color

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

This div border color is #ebe13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe13d


Comments

No comments written yet.

Please login to write comment.