Color Hex Logo

#ded13d Color Hex

#DED13D
(222,209,61)
0 Favorites   0 Comments

Color spaces of #ded13d

RGB 22220961
HSL0.150.710.55
HSV55°73°87°
CMYK 0.000.060.73   0.13
XYZ53.767061.467413.4455
Yxy61.46740.41780.4777
Hunter Lab78.4011-14.787944.7128
CIE-Lab82.6294-11.607370.4561

#ded13d color RGB value is (222,209,61).

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

The process color (four color CMYK) of #ded13d color hex is 0.00, 0.06, 0.73, 0.13. Web safe color of #ded13d is #cccc33. Color #ded13d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 00111101
Octal 336 321 75
Decimal 222 209 61
Hex DE D1 3D

RGB Percentages of Color #ded13d

%45.12
%42.48
%12.40

CMYK Percentages of Color #ded13d

%0
%6
%73
%13

Triadic Colors of #ded13d

#ded13d #3dded1 #d13dde

Analogous Colors of #ded13d

#ded13d #9bde3d #de813d

Monochromatic Colors of #ded13d

#ded13d

Complementary Color

#ded13d #3d4ade

#ded13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded13d Color CSS Codes

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

#ded13d Text Font Color

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

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


#ded13d Background Color

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

This div background color is #ded13d


#ded13d Border Color

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

This div border color is #ded13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded13d


Comments

No comments written yet.

Please login to write comment.