Color Hex Logo

#edd296 Color Hex

#EDD296
(237,210,150)
0 Favorites   0 Comments

Color spaces of #edd296

RGB 237210150
HSL0.110.710.76
HSV41°37°93°
CMYK 0.000.110.37   0.07
XYZ63.476766.299738.3057
Yxy66.29970.37770.3944
Hunter Lab81.4246-3.338829.1046
CIE-Lab85.14911.060233.2069

#edd296 color RGB value is (237,210,150).

#edd296 hex color red value is 237, green value is 210 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #edd296 hue: 0.11 , saturation: 0.71 and the lightness value of edd296 is 0.76.

The process color (four color CMYK) of #edd296 color hex is 0.00, 0.11, 0.37, 0.07. Web safe color of #edd296 is #ffcc99. Color #edd296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 10010110
Octal 355 322 226
Decimal 237 210 150
Hex ED D2 96

RGB Percentages of Color #edd296

%39.70
%35.18
%25.13

CMYK Percentages of Color #edd296

%0
%11
%37
%7

Triadic Colors of #edd296

#edd296 #96edd2 #d296ed

Analogous Colors of #edd296

#edd296 #dded96 #eda796

Monochromatic Colors of #edd296

#edd296

Complementary Color

#edd296 #96b1ed

#edd296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd296 Color CSS Codes

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

#edd296 Text Font Color

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

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


#edd296 Background Color

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

This div background color is #edd296


#edd296 Border Color

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

This div border color is #edd296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd296

#edd296 Color Palettes


Comments

No comments written yet.

Please login to write comment.