Color Hex Logo

#edd23d Color Hex

#EDD23D
(237,210,61)
0 Favorites   0 Comments

Color spaces of #edd23d

RGB 23721061
HSL0.140.830.58
HSV51°74°93°
CMYK 0.000.110.74   0.07
XYZ58.814064.434613.7522
Yxy64.43460.42930.4703
Hunter Lab80.2712-9.689146.0321
CIE-Lab84.1915-5.787072.3979

#edd23d color RGB value is (237,210,61).

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

The process color (four color CMYK) of #edd23d color hex is 0.00, 0.11, 0.74, 0.07. Web safe color of #edd23d is #ffcc33. Color #edd23d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 00111101
Octal 355 322 75
Decimal 237 210 61
Hex ED D2 3D

RGB Percentages of Color #edd23d

%46.65
%41.34
%12.01

CMYK Percentages of Color #edd23d

%0
%11
%74
%7

Triadic Colors of #edd23d

#edd23d #3dedd2 #d23ded

Analogous Colors of #edd23d

#edd23d #b0ed3d #ed7a3d

Monochromatic Colors of #edd23d

#edd23d

Complementary Color

#edd23d #3d58ed

#edd23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd23d Color CSS Codes

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

#edd23d Text Font Color

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

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


#edd23d Background Color

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

This div background color is #edd23d


#edd23d Border Color

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

This div border color is #edd23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd23d


Comments

No comments written yet.

Please login to write comment.