Color Hex Logo

#ebed0d Color Hex

#EBED0D
(235,237,13)
0 Favorites   0 Comments

Color spaces of #ebed0d

RGB 23523713
HSL0.170.900.49
HSV61°95°93°
CMYK 0.010.000.95   0.07
XYZ64.617878.259612.0807
Yxy78.25960.41700.5050
Hunter Lab88.4645-24.429653.8285
CIE-Lab90.8982-21.117488.2035

#ebed0d color RGB value is (235,237,13).

#ebed0d hex color red value is 235, green value is 237 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ebed0d hue: 0.17 , saturation: 0.90 and the lightness value of ebed0d is 0.49.

The process color (four color CMYK) of #ebed0d color hex is 0.01, 0.00, 0.95, 0.07. Web safe color of #ebed0d is #ffff00. Color #ebed0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 00001101
Octal 353 355 15
Decimal 235 237 13
Hex EB ED D

RGB Percentages of Color #ebed0d

%48.45
%48.87
%2.68

CMYK Percentages of Color #ebed0d

%1
%0
%95
%7

Triadic Colors of #ebed0d

#ebed0d #0debed #ed0deb

Analogous Colors of #ebed0d

#ebed0d #7bed0d #ed7f0d

Monochromatic Colors of #ebed0d

#ebed0d

Complementary Color

#ebed0d #0f0ded

#ebed0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebed0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebed0d Color CSS Codes

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

#ebed0d Text Font Color

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

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


#ebed0d Background Color

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

This div background color is #ebed0d


#ebed0d Border Color

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

This div border color is #ebed0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebed0d


Comments

No comments written yet.

Please login to write comment.