Color Hex Logo

#edd898 Color Hex

#EDD898
(237,216,152)
0 Favorites   0 Comments

Color spaces of #edd898

RGB 237216152
HSL0.130.700.76
HSV45°36°93°
CMYK 0.000.090.36   0.07
XYZ65.148469.383339.6644
Yxy69.38330.37400.3983
Hunter Lab83.2966-6.159830.0748
CIE-Lab86.6935-1.793534.2198

#edd898 color RGB value is (237,216,152).

#edd898 hex color red value is 237, green value is 216 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #edd898 hue: 0.13 , saturation: 0.70 and the lightness value of edd898 is 0.76.

The process color (four color CMYK) of #edd898 color hex is 0.00, 0.09, 0.36, 0.07. Web safe color of #edd898 is #ffcc99. Color #edd898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 10011000
Octal 355 330 230
Decimal 237 216 152
Hex ED D8 98

RGB Percentages of Color #edd898

%39.17
%35.70
%25.12

CMYK Percentages of Color #edd898

%0
%9
%36
%7

Triadic Colors of #edd898

#edd898 #98edd8 #d898ed

Analogous Colors of #edd898

#edd898 #d8ed98 #edae98

Monochromatic Colors of #edd898

#edd898

Complementary Color

#edd898 #98aded

#edd898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd898 Color CSS Codes

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

#edd898 Text Font Color

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

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


#edd898 Background Color

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

This div background color is #edd898


#edd898 Border Color

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

This div border color is #edd898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd898


Comments

No comments written yet.

Please login to write comment.