Color Hex Logo

#edeb4d Color Hex

#EDEB4D
(237,235,77)
0 Favorites   0 Comments

Color spaces of #edeb4d

RGB 23723577
HSL0.160.820.62
HSV59°68°93°
CMYK 0.000.010.68   0.07
XYZ65.972977.957018.5912
Yxy77.95700.40590.4797
Hunter Lab88.2933-21.137749.3211
CIE-Lab90.7603-17.470773.1147

#edeb4d color RGB value is (237,235,77).

#edeb4d hex color red value is 237, green value is 235 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #edeb4d hue: 0.16 , saturation: 0.82 and the lightness value of edeb4d is 0.62.

The process color (four color CMYK) of #edeb4d color hex is 0.00, 0.01, 0.68, 0.07. Web safe color of #edeb4d is #ffff66. Color #edeb4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 01001101
Octal 355 353 115
Decimal 237 235 77
Hex ED EB 4D

RGB Percentages of Color #edeb4d

%43.17
%42.81
%14.03

CMYK Percentages of Color #edeb4d

%0
%1
%68
%7

Triadic Colors of #edeb4d

#edeb4d #4dedeb #eb4ded

Analogous Colors of #edeb4d

#edeb4d #9fed4d #ed9b4d

Monochromatic Colors of #edeb4d

#edeb4d

Complementary Color

#edeb4d #4d4fed

#edeb4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeb4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeb4d Color CSS Codes

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

#edeb4d Text Font Color

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

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


#edeb4d Background Color

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

This div background color is #edeb4d


#edeb4d Border Color

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

This div border color is #edeb4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeb4d


Comments

No comments written yet.

Please login to write comment.