Color Hex Logo

#dec498 Color Hex

#DEC498
(222,196,152)
0 Favorites   0 Comments

Color spaces of #dec498

RGB 222196152
HSL0.100.510.73
HSV38°32°87°
CMYK 0.000.120.32   0.13
XYZ55.531657.276437.8344
Yxy57.27640.36860.3802
Hunter Lab75.6812-1.466423.3367
CIE-Lab80.33482.758325.4879

#dec498 color RGB value is (222,196,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000100 10011000
Octal 336 304 230
Decimal 222 196 152
Hex DE C4 98

RGB Percentages of Color #dec498

%38.95
%34.39
%26.67

CMYK Percentages of Color #dec498

%0
%12
%32
%13

Triadic Colors of #dec498

#dec498 #98dec4 #c498de

Analogous Colors of #dec498

#dec498 #d5de98 #dea198

Monochromatic Colors of #dec498

#dec498

Complementary Color

#dec498 #98b2de

#dec498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec498 Color CSS Codes

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

#dec498 Text Font Color

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

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


#dec498 Background Color

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

This div background color is #dec498


#dec498 Border Color

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

This div border color is #dec498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec498


Comments

No comments written yet.

Please login to write comment.