Color Hex Logo

#ded498 Color Hex

#DED498
(222,212,152)
0 Favorites   0 Comments

Color spaces of #ded498

RGB 222212152
HSL0.140.510.73
HSV51°32°87°
CMYK 0.000.050.32   0.13
XYZ59.335264.883639.1022
Yxy64.88360.36330.3973
Hunter Lab80.5504-9.476027.6036
CIE-Lab84.4237-5.532930.9845

#ded498 color RGB value is (222,212,152).

#ded498 hex color red value is 222, green value is 212 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ded498 hue: 0.14 , saturation: 0.51 and the lightness value of ded498 is 0.73.

The process color (four color CMYK) of #ded498 color hex is 0.00, 0.05, 0.32, 0.13. Web safe color of #ded498 is #cccc99. Color #ded498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010100 10011000
Octal 336 324 230
Decimal 222 212 152
Hex DE D4 98

RGB Percentages of Color #ded498

%37.88
%36.18
%25.94

CMYK Percentages of Color #ded498

%0
%5
%32
%13

Triadic Colors of #ded498

#ded498 #98ded4 #d498de

Analogous Colors of #ded498

#ded498 #c5de98 #deb198

Monochromatic Colors of #ded498

#ded498

Complementary Color

#ded498 #98a2de

#ded498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded498 Color CSS Codes

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

#ded498 Text Font Color

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

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


#ded498 Background Color

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

This div background color is #ded498


#ded498 Border Color

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

This div border color is #ded498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded498


Comments

No comments written yet.

Please login to write comment.