Color Hex Logo

#ded12d Color Hex

#DED12D
(222,209,45)
0 Favorites   0 Comments

Color spaces of #ded12d

RGB 22220945
HSL0.150.730.52
HSV56°80°87°
CMYK 0.000.060.80   0.13
XYZ53.398361.320011.5042
Yxy61.32000.42300.4858
Hunter Lab78.3071-15.316746.1046
CIE-Lab82.5505-12.214675.3645

#ded12d color RGB value is (222,209,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 00101101
Octal 336 321 55
Decimal 222 209 45
Hex DE D1 2D

RGB Percentages of Color #ded12d

%46.64
%43.91
%9.45

CMYK Percentages of Color #ded12d

%0
%6
%80
%13

Triadic Colors of #ded12d

#ded12d #2dded1 #d12dde

Analogous Colors of #ded12d

#ded12d #93de2d #de792d

Monochromatic Colors of #ded12d

#ded12d

Complementary Color

#ded12d #2d3ade

#ded12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded12d Color CSS Codes

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

#ded12d Text Font Color

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

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


#ded12d Background Color

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

This div background color is #ded12d


#ded12d Border Color

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

This div border color is #ded12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded12d


Comments

No comments written yet.

Please login to write comment.