Color Hex Logo

#edd098 Color Hex

#EDD098
(237,208,152)
0 Favorites   0 Comments

Color spaces of #edd098

RGB 237208152
HSL0.110.700.76
HSV40°36°93°
CMYK 0.000.120.36   0.07
XYZ63.148465.383338.9977
Yxy65.38330.37690.3903
Hunter Lab80.8599-2.103528.0072
CIE-Lab84.68092.323531.5546

#edd098 color RGB value is (237,208,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 10011000
Octal 355 320 230
Decimal 237 208 152
Hex ED D0 98

RGB Percentages of Color #edd098

%39.70
%34.84
%25.46

CMYK Percentages of Color #edd098

%0
%12
%36
%7

Triadic Colors of #edd098

#edd098 #98edd0 #d098ed

Analogous Colors of #edd098

#edd098 #e0ed98 #eda698

Monochromatic Colors of #edd098

#edd098

Complementary Color

#edd098 #98b5ed

#edd098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd098 Color CSS Codes

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

#edd098 Text Font Color

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

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


#edd098 Background Color

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

This div background color is #edd098


#edd098 Border Color

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

This div border color is #edd098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd098


Comments

No comments written yet.

Please login to write comment.