Color Hex Logo

#edd369 Color Hex

#EDD369
(237,211,105)
0 Favorites   0 Comments

Color spaces of #edd369

RGB 237211105
HSL0.130.790.67
HSV48°56°93°
CMYK 0.000.110.56   0.07
XYZ60.769165.613022.8263
Yxy65.61300.40730.4397
Hunter Lab81.0019-7.839239.9934
CIE-Lab84.7986-3.733954.9802

#edd369 color RGB value is (237,211,105).

#edd369 hex color red value is 237, green value is 211 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #edd369 hue: 0.13 , saturation: 0.79 and the lightness value of edd369 is 0.67.

The process color (four color CMYK) of #edd369 color hex is 0.00, 0.11, 0.56, 0.07. Web safe color of #edd369 is #ffcc66. Color #edd369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 01101001
Octal 355 323 151
Decimal 237 211 105
Hex ED D3 69

RGB Percentages of Color #edd369

%42.86
%38.16
%18.99

CMYK Percentages of Color #edd369

%0
%11
%56
%7

Triadic Colors of #edd369

#edd369 #69edd3 #d369ed

Analogous Colors of #edd369

#edd369 #c5ed69 #ed9169

Monochromatic Colors of #edd369

#edd369

Complementary Color

#edd369 #6983ed

#edd369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd369 Color CSS Codes

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

#edd369 Text Font Color

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

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


#edd369 Background Color

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

This div background color is #edd369


#edd369 Border Color

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

This div border color is #edd369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd369


Comments

No comments written yet.

Please login to write comment.