Color Hex Logo

#ded702 Color Hex

#DED702
(222,215,2)
0 Favorites   0 Comments

Color spaces of #ded702

RGB 2222152
HSL0.160.980.44
HSV58°99°87°
CMYK 0.000.030.99   0.13
XYZ54.435664.13499.5676
Yxy64.13490.42480.5005
Hunter Lab80.0843-18.815848.9757
CIE-Lab84.0360-15.963283.5603

#ded702 color RGB value is (222,215,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 00000010
Octal 336 327 2
Decimal 222 215 2
Hex DE D7 2

RGB Percentages of Color #ded702

%50.57
%48.97
%0.46

CMYK Percentages of Color #ded702

%0
%3
%99
%13

Triadic Colors of #ded702

#ded702 #02ded7 #d702de

Analogous Colors of #ded702

#ded702 #77de02 #de6902

Monochromatic Colors of #ded702

#ded702

Complementary Color

#ded702 #0209de

#ded702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded702 Color CSS Codes

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

#ded702 Text Font Color

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

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


#ded702 Background Color

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

This div background color is #ded702


#ded702 Border Color

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

This div border color is #ded702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded702


Comments

No comments written yet.

Please login to write comment.