Color Hex Logo

#edd681 Color Hex

#EDD681
(237,214,129)
0 Favorites   0 Comments

Color spaces of #edd681

RGB 237214129
HSL0.130.750.72
HSV47°46°93°
CMYK 0.000.100.46   0.07
XYZ62.934167.682630.5160
Yxy67.68260.39060.4200
Hunter Lab82.2694-7.423435.5963
CIE-Lab85.8475-3.199244.7153

#edd681 color RGB value is (237,214,129).

#edd681 hex color red value is 237, green value is 214 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #edd681 hue: 0.13 , saturation: 0.75 and the lightness value of edd681 is 0.72.

The process color (four color CMYK) of #edd681 color hex is 0.00, 0.10, 0.46, 0.07. Web safe color of #edd681 is #ffcc99. Color #edd681 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 10000001
Octal 355 326 201
Decimal 237 214 129
Hex ED D6 81

RGB Percentages of Color #edd681

%40.86
%36.90
%22.24

CMYK Percentages of Color #edd681

%0
%10
%46
%7

Triadic Colors of #edd681

#edd681 #81edd6 #d681ed

Analogous Colors of #edd681

#edd681 #ceed81 #eda081

Monochromatic Colors of #edd681

#edd681

Complementary Color

#edd681 #8198ed

#edd681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd681 Color CSS Codes

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

#edd681 Text Font Color

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

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


#edd681 Background Color

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

This div background color is #edd681


#edd681 Border Color

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

This div border color is #edd681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd681


Comments

No comments written yet.

Please login to write comment.