Color Hex Logo

#deeb20 Color Hex

#DEEB20
(222,235,32)
0 Favorites   0 Comments

Color spaces of #deeb20

RGB 22223532
HSL0.180.840.52
HSV64°86°92°
CMYK 0.060.000.86   0.08
XYZ60.093275.050512.6855
Yxy75.05050.40650.5077
Hunter Lab86.6317-27.786651.9603
CIE-Lab89.4166-25.242184.0713

#deeb20 color RGB value is (222,235,32).

#deeb20 hex color red value is 222, green value is 235 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #deeb20 hue: 0.18 , saturation: 0.84 and the lightness value of deeb20 is 0.52.

The process color (four color CMYK) of #deeb20 color hex is 0.06, 0.00, 0.86, 0.08. Web safe color of #deeb20 is #ccff33. Color #deeb20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 00100000
Octal 336 353 40
Decimal 222 235 32
Hex DE EB 20

RGB Percentages of Color #deeb20

%45.40
%48.06
%6.54

CMYK Percentages of Color #deeb20

%6
%0
%86
%8

Triadic Colors of #deeb20

#deeb20 #20deeb #eb20de

Analogous Colors of #deeb20

#deeb20 #79eb20 #eb9320

Monochromatic Colors of #deeb20

#deeb20

Complementary Color

#deeb20 #2d20eb

#deeb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeb20 Color CSS Codes

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

#deeb20 Text Font Color

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

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


#deeb20 Background Color

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

This div background color is #deeb20


#deeb20 Border Color

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

This div border color is #deeb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeb20


Comments

No comments written yet.

Please login to write comment.