Color Hex Logo

#ded28b Color Hex

#DED28B
(222,210,139)
0 Favorites   0 Comments

Color spaces of #ded28b

RGB 222210139
HSL0.140.560.71
HSV51°37°87°
CMYK 0.000.050.37   0.13
XYZ57.831063.486933.6323
Yxy63.48690.37320.4097
Hunter Lab79.6787-9.881930.7488
CIE-Lab83.6979-6.046436.6975

#ded28b color RGB value is (222,210,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010010 10001011
Octal 336 322 213
Decimal 222 210 139
Hex DE D2 8B

RGB Percentages of Color #ded28b

%38.88
%36.78
%24.34

CMYK Percentages of Color #ded28b

%0
%5
%37
%13

Triadic Colors of #ded28b

#ded28b #8bded2 #d28bde

Analogous Colors of #ded28b

#ded28b #c1de8b #dea98b

Monochromatic Colors of #ded28b

#ded28b

Complementary Color

#ded28b #8b97de

#ded28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded28b Color CSS Codes

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

#ded28b Text Font Color

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

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


#ded28b Background Color

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

This div background color is #ded28b


#ded28b Border Color

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

This div border color is #ded28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded28b


Comments

No comments written yet.

Please login to write comment.