Color Hex Logo

#ded14d Color Hex

#DED14D
(222,209,77)
0 Favorites   0 Comments

Color spaces of #ded14d

RGB 22220977
HSL0.150.690.59
HSV55°65°87°
CMYK 0.000.060.65   0.13
XYZ54.264261.666316.0639
Yxy61.66630.41110.4672
Hunter Lab78.5279-14.077142.8410
CIE-Lab82.7356-10.794664.5537

#ded14d color RGB value is (222,209,77).

#ded14d hex color red value is 222, green value is 209 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ded14d hue: 0.15 , saturation: 0.69 and the lightness value of ded14d is 0.59.

The process color (four color CMYK) of #ded14d color hex is 0.00, 0.06, 0.65, 0.13. Web safe color of #ded14d is #cccc66. Color #ded14d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 01001101
Octal 336 321 115
Decimal 222 209 77
Hex DE D1 4D

RGB Percentages of Color #ded14d

%43.70
%41.14
%15.16

CMYK Percentages of Color #ded14d

%0
%6
%65
%13

Triadic Colors of #ded14d

#ded14d #4dded1 #d14dde

Analogous Colors of #ded14d

#ded14d #a3de4d #de894d

Monochromatic Colors of #ded14d

#ded14d

Complementary Color

#ded14d #4d5ade

#ded14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded14d Color CSS Codes

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

#ded14d Text Font Color

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

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


#ded14d Background Color

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

This div background color is #ded14d


#ded14d Border Color

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

This div border color is #ded14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded14d


Comments

No comments written yet.

Please login to write comment.