Color Hex Logo

#edd769 Color Hex

#EDD769
(237,215,105)
0 Favorites   0 Comments

Color spaces of #edd769

RGB 237215105
HSL0.140.790.67
HSV50°56°93°
CMYK 0.000.090.56   0.07
XYZ61.775367.625323.1617
Yxy67.62530.40490.4433
Hunter Lab82.2346-9.819940.8650
CIE-Lab85.8187-5.766656.1599

#edd769 color RGB value is (237,215,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01101001
Octal 355 327 151
Decimal 237 215 105
Hex ED D7 69

RGB Percentages of Color #edd769

%42.55
%38.60
%18.85

CMYK Percentages of Color #edd769

%0
%9
%56
%7

Triadic Colors of #edd769

#edd769 #69edd7 #d769ed

Analogous Colors of #edd769

#edd769 #c1ed69 #ed9569

Monochromatic Colors of #edd769

#edd769

Complementary Color

#edd769 #697fed

#edd769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd769 Color CSS Codes

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

#edd769 Text Font Color

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

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


#edd769 Background Color

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

This div background color is #edd769


#edd769 Border Color

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

This div border color is #edd769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd769


Comments

No comments written yet.

Please login to write comment.