Color Hex Logo

#ded70d Color Hex

#DED70D
(222,215,13)
0 Favorites   0 Comments

Color spaces of #ded70d

RGB 22221513
HSL0.160.890.46
HSV58°94°87°
CMYK 0.000.030.94   0.13
XYZ54.497364.15959.8925
Yxy64.15950.42390.4991
Hunter Lab80.0996-18.728548.7473
CIE-Lab84.0487-15.861582.5870

#ded70d color RGB value is (222,215,13).

#ded70d hex color red value is 222, green value is 215 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ded70d hue: 0.16 , saturation: 0.89 and the lightness value of ded70d is 0.46.

The process color (four color CMYK) of #ded70d color hex is 0.00, 0.03, 0.94, 0.13. Web safe color of #ded70d is #cccc00. Color #ded70d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 00001101
Octal 336 327 15
Decimal 222 215 13
Hex DE D7 D

RGB Percentages of Color #ded70d

%49.33
%47.78
%2.89

CMYK Percentages of Color #ded70d

%0
%3
%94
%13

Triadic Colors of #ded70d

#ded70d #0dded7 #d70dde

Analogous Colors of #ded70d

#ded70d #7dde0d #de6f0d

Monochromatic Colors of #ded70d

#ded70d

Complementary Color

#ded70d #0d14de

#ded70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded70d Color CSS Codes

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

#ded70d Text Font Color

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

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


#ded70d Background Color

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

This div background color is #ded70d


#ded70d Border Color

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

This div border color is #ded70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded70d


Comments

No comments written yet.

Please login to write comment.