Color Hex Logo

#edd669 Color Hex

#EDD669
(237,214,105)
0 Favorites   0 Comments

Color spaces of #edd669

RGB 237214105
HSL0.140.790.67
HSV50°56°93°
CMYK 0.000.100.56   0.07
XYZ61.521467.117623.0771
Yxy67.11760.40550.4424
Hunter Lab81.9253-9.325740.6467
CIE-Lab85.5633-5.259755.8650

#edd669 color RGB value is (237,214,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 01101001
Octal 355 326 151
Decimal 237 214 105
Hex ED D6 69

RGB Percentages of Color #edd669

%42.63
%38.49
%18.88

CMYK Percentages of Color #edd669

%0
%10
%56
%7

Triadic Colors of #edd669

#edd669 #69edd6 #d669ed

Analogous Colors of #edd669

#edd669 #c2ed69 #ed9469

Monochromatic Colors of #edd669

#edd669

Complementary Color

#edd669 #6980ed

#edd669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd669 Color CSS Codes

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

#edd669 Text Font Color

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

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


#edd669 Background Color

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

This div background color is #edd669


#edd669 Border Color

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

This div border color is #edd669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd669


Comments

No comments written yet.

Please login to write comment.