Color Hex Logo

#deeb31 Color Hex

#DEEB31
(222,235,49)
0 Favorites   0 Comments

Color spaces of #deeb31

RGB 22223549
HSL0.180.820.56
HSV64°79°92°
CMYK 0.060.000.79   0.08
XYZ60.386975.168014.2319
Yxy75.16800.40320.5018
Hunter Lab86.6995-27.397450.9571
CIE-Lab89.4716-24.781180.3481

#deeb31 color RGB value is (222,235,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 00110001
Octal 336 353 61
Decimal 222 235 49
Hex DE EB 31

RGB Percentages of Color #deeb31

%43.87
%46.44
%9.68

CMYK Percentages of Color #deeb31

%6
%0
%79
%8

Triadic Colors of #deeb31

#deeb31 #31deeb #eb31de

Analogous Colors of #deeb31

#deeb31 #81eb31 #eb9b31

Monochromatic Colors of #deeb31

#deeb31

Complementary Color

#deeb31 #3e31eb

#deeb31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeb31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeb31 Color CSS Codes

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

#deeb31 Text Font Color

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

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


#deeb31 Background Color

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

This div background color is #deeb31


#deeb31 Border Color

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

This div border color is #deeb31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeb31


Comments

No comments written yet.

Please login to write comment.