Color Hex Logo

#ded18f Color Hex

#DED18F
(222,209,143)
0 Favorites   0 Comments

Color spaces of #ded18f

RGB 222209143
HSL0.140.540.72
HSV50°36°87°
CMYK 0.000.060.36   0.13
XYZ57.882663.113735.1180
Yxy63.11370.37080.4043
Hunter Lab79.4441-8.973029.4020
CIE-Lab83.5022-5.076734.3979

#ded18f color RGB value is (222,209,143).

#ded18f hex color red value is 222, green value is 209 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ded18f hue: 0.14 , saturation: 0.54 and the lightness value of ded18f is 0.72.

The process color (four color CMYK) of #ded18f color hex is 0.00, 0.06, 0.36, 0.13. Web safe color of #ded18f is #cccc99. Color #ded18f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 10001111
Octal 336 321 217
Decimal 222 209 143
Hex DE D1 8F

RGB Percentages of Color #ded18f

%38.68
%36.41
%24.91

CMYK Percentages of Color #ded18f

%0
%6
%36
%13

Triadic Colors of #ded18f

#ded18f #8fded1 #d18fde

Analogous Colors of #ded18f

#ded18f #c4de8f #deaa8f

Monochromatic Colors of #ded18f

#ded18f

Complementary Color

#ded18f #8f9cde

#ded18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded18f Color CSS Codes

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

#ded18f Text Font Color

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

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


#ded18f Background Color

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

This div background color is #ded18f


#ded18f Border Color

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

This div border color is #ded18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded18f


Comments

No comments written yet.

Please login to write comment.