Color Hex Logo

#ede73d Color Hex

#EDE73D
(237,231,61)
0 Favorites   0 Comments

Color spaces of #ede73d

RGB 23723161
HSL0.160.830.58
HSV58°74°93°
CMYK 0.000.030.74   0.07
XYZ64.343375.493315.5953
Yxy75.49330.41400.4857
Hunter Lab86.8869-19.865550.1789
CIE-Lab89.6236-16.246577.4671

#ede73d color RGB value is (237,231,61).

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

The process color (four color CMYK) of #ede73d color hex is 0.00, 0.03, 0.74, 0.07. Web safe color of #ede73d is #ffff33. Color #ede73d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 00111101
Octal 355 347 75
Decimal 237 231 61
Hex ED E7 3D

RGB Percentages of Color #ede73d

%44.80
%43.67
%11.53

CMYK Percentages of Color #ede73d

%0
%3
%74
%7

Triadic Colors of #ede73d

#ede73d #3dede7 #e73ded

Analogous Colors of #ede73d

#ede73d #9bed3d #ed8f3d

Monochromatic Colors of #ede73d

#ede73d

Complementary Color

#ede73d #3d43ed

#ede73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede73d Color CSS Codes

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

#ede73d Text Font Color

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

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


#ede73d Background Color

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

This div background color is #ede73d


#ede73d Border Color

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

This div border color is #ede73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede73d


Comments

No comments written yet.

Please login to write comment.