Color Hex Logo

#edd153 Color Hex

#EDD153
(237,209,83)
0 Favorites   0 Comments

Color spaces of #edd153

RGB 23720983
HSL0.140.810.63
HSV49°65°93°
CMYK 0.000.120.65   0.07
XYZ59.286864.230017.4565
Yxy64.23000.42060.4556
Hunter Lab80.1436-8.204743.1863
CIE-Lab84.0854-4.190763.9112

#edd153 color RGB value is (237,209,83).

#edd153 hex color red value is 237, green value is 209 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #edd153 hue: 0.14 , saturation: 0.81 and the lightness value of edd153 is 0.63.

The process color (four color CMYK) of #edd153 color hex is 0.00, 0.12, 0.65, 0.07. Web safe color of #edd153 is #ffcc66. Color #edd153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 01010011
Octal 355 321 123
Decimal 237 209 83
Hex ED D1 53

RGB Percentages of Color #edd153

%44.80
%39.51
%15.69

CMYK Percentages of Color #edd153

%0
%12
%65
%7

Triadic Colors of #edd153

#edd153 #53edd1 #d153ed

Analogous Colors of #edd153

#edd153 #bced53 #ed8453

Monochromatic Colors of #edd153

#edd153

Complementary Color

#edd153 #536fed

#edd153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd153 Color CSS Codes

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

#edd153 Text Font Color

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

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


#edd153 Background Color

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

This div background color is #edd153


#edd153 Border Color

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

This div border color is #edd153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd153


Comments

No comments written yet.

Please login to write comment.