Color Hex Logo

#edd538 Color Hex

#EDD538
(237,213,56)
0 Favorites   0 Comments

Color spaces of #edd538

RGB 23721356
HSL0.140.830.57
HSV52°76°93°
CMYK 0.000.100.76   0.07
XYZ59.433165.878513.3248
Yxy65.87850.42870.4752
Hunter Lab81.1656-11.334047.0824
CIE-Lab84.9344-7.499274.7292

#edd538 color RGB value is (237,213,56).

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

The process color (four color CMYK) of #edd538 color hex is 0.00, 0.10, 0.76, 0.07. Web safe color of #edd538 is #ffcc33. Color #edd538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 00111000
Octal 355 325 70
Decimal 237 213 56
Hex ED D5 38

RGB Percentages of Color #edd538

%46.84
%42.09
%11.07

CMYK Percentages of Color #edd538

%0
%10
%76
%7

Triadic Colors of #edd538

#edd538 #38edd5 #d538ed

Analogous Colors of #edd538

#edd538 #abed38 #ed7b38

Monochromatic Colors of #edd538

#edd538

Complementary Color

#edd538 #3850ed

#edd538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd538 Color CSS Codes

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

#edd538 Text Font Color

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

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


#edd538 Background Color

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

This div background color is #edd538


#edd538 Border Color

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

This div border color is #edd538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd538


Comments

No comments written yet.

Please login to write comment.