Color Hex Logo

#ded38a Color Hex

#DED38A
(222,211,138)
0 Favorites   0 Comments

Color spaces of #ded38a

RGB 222211138
HSL0.140.560.71
HSV52°38°87°
CMYK 0.000.050.38   0.13
XYZ58.005963.953133.3317
Yxy63.95310.37350.4118
Hunter Lab79.9707-10.475631.2675
CIE-Lab83.9413-6.669037.5212

#ded38a color RGB value is (222,211,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 10001010
Octal 336 323 212
Decimal 222 211 138
Hex DE D3 8A

RGB Percentages of Color #ded38a

%38.88
%36.95
%24.17

CMYK Percentages of Color #ded38a

%0
%5
%38
%13

Triadic Colors of #ded38a

#ded38a #8aded3 #d38ade

Analogous Colors of #ded38a

#ded38a #bfde8a #dea98a

Monochromatic Colors of #ded38a

#ded38a

Complementary Color

#ded38a #8a95de

#ded38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded38a Color CSS Codes

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

#ded38a Text Font Color

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

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


#ded38a Background Color

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

This div background color is #ded38a


#ded38a Border Color

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

This div border color is #ded38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded38a


Comments

No comments written yet.

Please login to write comment.