Color Hex Logo

#edd169 Color Hex

#EDD169
(237,209,105)
0 Favorites   0 Comments

Color spaces of #edd169

RGB 237209105
HSL0.130.790.67
HSV47°56°93°
CMYK 0.000.120.56   0.07
XYZ60.275364.625422.6617
Yxy64.62540.40850.4380
Hunter Lab80.3899-6.845439.5593
CIE-Lab84.2903-2.712954.3900

#edd169 color RGB value is (237,209,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 01101001
Octal 355 321 151
Decimal 237 209 105
Hex ED D1 69

RGB Percentages of Color #edd169

%43.01
%37.93
%19.06

CMYK Percentages of Color #edd169

%0
%12
%56
%7

Triadic Colors of #edd169

#edd169 #69edd1 #d169ed

Analogous Colors of #edd169

#edd169 #c7ed69 #ed8f69

Monochromatic Colors of #edd169

#edd169

Complementary Color

#edd169 #6985ed

#edd169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd169 Color CSS Codes

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

#edd169 Text Font Color

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

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


#edd169 Background Color

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

This div background color is #edd169


#edd169 Border Color

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

This div border color is #edd169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd169


Comments

No comments written yet.

Please login to write comment.