Color Hex Logo

#ded257 Color Hex

#DED257
(222,210,87)
0 Favorites   0 Comments

Color spaces of #ded257

RGB 22221087
HSL0.150.670.61
HSV55°61°87°
CMYK 0.000.050.61   0.13
XYZ54.891162.310918.1510
Yxy62.31090.40550.4604
Hunter Lab78.9373-14.015541.6228
CIE-Lab83.0785-10.681160.7530

#ded257 color RGB value is (222,210,87).

#ded257 hex color red value is 222, green value is 210 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #ded257 hue: 0.15 , saturation: 0.67 and the lightness value of ded257 is 0.61.

The process color (four color CMYK) of #ded257 color hex is 0.00, 0.05, 0.61, 0.13. Web safe color of #ded257 is #cccc66. Color #ded257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010010 01010111
Octal 336 322 127
Decimal 222 210 87
Hex DE D2 57

RGB Percentages of Color #ded257

%42.77
%40.46
%16.76

CMYK Percentages of Color #ded257

%0
%5
%61
%13

Triadic Colors of #ded257

#ded257 #57ded2 #d257de

Analogous Colors of #ded257

#ded257 #a7de57 #de8f57

Monochromatic Colors of #ded257

#ded257

Complementary Color

#ded257 #5763de

#ded257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded257 Color CSS Codes

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

#ded257 Text Font Color

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

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


#ded257 Background Color

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

This div background color is #ded257


#ded257 Border Color

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

This div border color is #ded257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded257


Comments

No comments written yet.

Please login to write comment.