Color Hex Logo

#dedb30 Color Hex

#DEDB30
(222,219,48)
0 Favorites   0 Comments

Color spaces of #dedb30

RGB 22221948
HSL0.160.730.53
HSV59°78°87°
CMYK 0.000.010.78   0.13
XYZ55.989266.406012.6630
Yxy66.40600.41460.4917
Hunter Lab81.4899-19.965447.8296
CIE-Lab85.2031-17.080776.8643

#dedb30 color RGB value is (222,219,48).

#dedb30 hex color red value is 222, green value is 219 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dedb30 hue: 0.16 , saturation: 0.73 and the lightness value of dedb30 is 0.53.

The process color (four color CMYK) of #dedb30 color hex is 0.00, 0.01, 0.78, 0.13. Web safe color of #dedb30 is #cccc33. Color #dedb30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 00110000
Octal 336 333 60
Decimal 222 219 48
Hex DE DB 30

RGB Percentages of Color #dedb30

%45.40
%44.79
%9.82

CMYK Percentages of Color #dedb30

%0
%1
%78
%13

Triadic Colors of #dedb30

#dedb30 #30dedb #db30de

Analogous Colors of #dedb30

#dedb30 #8ade30 #de8430

Monochromatic Colors of #dedb30

#dedb30

Complementary Color

#dedb30 #3033de

#dedb30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb30 Color CSS Codes

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

#dedb30 Text Font Color

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

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


#dedb30 Background Color

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

This div background color is #dedb30


#dedb30 Border Color

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

This div border color is #dedb30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb30


Comments

No comments written yet.

Please login to write comment.