Color Hex Logo

#ebd240 Color Hex

#EBD240
(235,210,64)
0 Favorites   0 Comments

Color spaces of #ebd240

RGB 23521064
HSL0.140.810.59
HSV51°73°92°
CMYK 0.000.110.73   0.08
XYZ58.233064.125514.1587
Yxy64.12550.42660.4697
Hunter Lab80.0784-10.332045.5718
CIE-Lab84.0311-6.503071.1421

#ebd240 color RGB value is (235,210,64).

#ebd240 hex color red value is 235, green value is 210 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ebd240 hue: 0.14 , saturation: 0.81 and the lightness value of ebd240 is 0.59.

The process color (four color CMYK) of #ebd240 color hex is 0.00, 0.11, 0.73, 0.08. Web safe color of #ebd240 is #ffcc33. Color #ebd240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 01000000
Octal 353 322 100
Decimal 235 210 64
Hex EB D2 40

RGB Percentages of Color #ebd240

%46.17
%41.26
%12.57

CMYK Percentages of Color #ebd240

%0
%11
%73
%8

Triadic Colors of #ebd240

#ebd240 #40ebd2 #d240eb

Analogous Colors of #ebd240

#ebd240 #afeb40 #eb7d40

Monochromatic Colors of #ebd240

#ebd240

Complementary Color

#ebd240 #4059eb

#ebd240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd240 Color CSS Codes

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

#ebd240 Text Font Color

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

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


#ebd240 Background Color

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

This div background color is #ebd240


#ebd240 Border Color

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

This div border color is #ebd240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd240


Comments

No comments written yet.

Please login to write comment.