Color Hex Logo

#ded295 Color Hex

#DED295
(222,210,149)
0 Favorites   0 Comments

Color spaces of #ded295

RGB 222210149
HSL0.140.530.73
HSV50°33°87°
CMYK 0.000.050.33   0.13
XYZ58.595663.792737.6587
Yxy63.79270.36610.3986
Hunter Lab79.8703-8.819427.9541
CIE-Lab83.8577-4.876231.7799

#ded295 color RGB value is (222,210,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010010 10010101
Octal 336 322 225
Decimal 222 210 149
Hex DE D2 95

RGB Percentages of Color #ded295

%38.21
%36.14
%25.65

CMYK Percentages of Color #ded295

%0
%5
%33
%13

Triadic Colors of #ded295

#ded295 #95ded2 #d295de

Analogous Colors of #ded295

#ded295 #c6de95 #deae95

Monochromatic Colors of #ded295

#ded295

Complementary Color

#ded295 #95a1de

#ded295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded295 Color CSS Codes

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

#ded295 Text Font Color

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

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


#ded295 Background Color

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

This div background color is #ded295


#ded295 Border Color

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

This div border color is #ded295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded295


Comments

No comments written yet.

Please login to write comment.