Color Hex Logo

#edd345 Color Hex

#EDD345
(237,211,69)
0 Favorites   0 Comments

Color spaces of #edd345

RGB 23721169
HSL0.140.820.60
HSV51°71°93°
CMYK 0.000.110.71   0.07
XYZ59.293565.022715.0558
Yxy65.02270.42540.4665
Hunter Lab80.6367-9.860145.3755
CIE-Lab84.4954-5.942169.8464

#edd345 color RGB value is (237,211,69).

#edd345 hex color red value is 237, green value is 211 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #edd345 hue: 0.14 , saturation: 0.82 and the lightness value of edd345 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 01000101
Octal 355 323 105
Decimal 237 211 69
Hex ED D3 45

RGB Percentages of Color #edd345

%45.84
%40.81
%13.35

CMYK Percentages of Color #edd345

%0
%11
%71
%7

Triadic Colors of #edd345

#edd345 #45edd3 #d345ed

Analogous Colors of #edd345

#edd345 #b3ed45 #ed7f45

Monochromatic Colors of #edd345

#edd345

Complementary Color

#edd345 #455fed

#edd345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd345 Color CSS Codes

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

#edd345 Text Font Color

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

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


#edd345 Background Color

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

This div background color is #edd345


#edd345 Border Color

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

This div border color is #edd345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd345


Comments

No comments written yet.

Please login to write comment.