Color Hex Logo

#ebed1d Color Hex

#EBED1D
(235,237,29)
0 Favorites   0 Comments

Color spaces of #ebed1d

RGB 23523729
HSL0.170.850.52
HSV61°88°93°
CMYK 0.010.000.88   0.07
XYZ64.766978.319212.8659
Yxy78.31920.41530.5022
Hunter Lab88.4981-24.237453.3291
CIE-Lab90.9254-20.896486.2117

#ebed1d color RGB value is (235,237,29).

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

The process color (four color CMYK) of #ebed1d color hex is 0.01, 0.00, 0.88, 0.07. Web safe color of #ebed1d is #ffff33. Color #ebed1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 00011101
Octal 353 355 35
Decimal 235 237 29
Hex EB ED 1D

RGB Percentages of Color #ebed1d

%46.91
%47.31
%5.79

CMYK Percentages of Color #ebed1d

%1
%0
%88
%7

Triadic Colors of #ebed1d

#ebed1d #1debed #ed1deb

Analogous Colors of #ebed1d

#ebed1d #83ed1d #ed871d

Monochromatic Colors of #ebed1d

#ebed1d

Complementary Color

#ebed1d #1f1ded

#ebed1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebed1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebed1d Color CSS Codes

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

#ebed1d Text Font Color

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

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


#ebed1d Background Color

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

This div background color is #ebed1d


#ebed1d Border Color

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

This div border color is #ebed1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebed1d


Comments

No comments written yet.

Please login to write comment.