Color Hex Logo

#dedc02 Color Hex

#DEDC02
(222,220,2)
0 Favorites   0 Comments

Color spaces of #dedc02

RGB 2222202
HSL0.170.980.44
HSV59°99°87°
CMYK 0.000.010.99   0.13
XYZ55.728466.72049.9986
Yxy66.72040.42080.5038
Hunter Lab81.6826-21.161849.9202
CIE-Lab85.3626-18.419884.5319

#dedc02 color RGB value is (222,220,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 00000010
Octal 336 334 2
Decimal 222 220 2
Hex DE DC 2

RGB Percentages of Color #dedc02

%50.00
%49.55
%0.45

CMYK Percentages of Color #dedc02

%0
%1
%99
%13

Triadic Colors of #dedc02

#dedc02 #02dedc #dc02de

Analogous Colors of #dedc02

#dedc02 #72de02 #de6e02

Monochromatic Colors of #dedc02

#dedc02

Complementary Color

#dedc02 #0204de

#dedc02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc02 Color CSS Codes

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

#dedc02 Text Font Color

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

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


#dedc02 Background Color

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

This div background color is #dedc02


#dedc02 Border Color

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

This div border color is #dedc02


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,220,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 #dedc02">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc02


Comments

No comments written yet.

Please login to write comment.