Color Hex Logo

#deeb49 Color Hex

#DEEB49
(222,235,73)
0 Favorites   0 Comments

Color spaces of #deeb49

RGB 22223573
HSL0.180.800.60
HSV65°69°92°
CMYK 0.060.000.69   0.08
XYZ61.035175.427317.6454
Yxy75.42730.39610.4894
Hunter Lab86.8489-26.540548.7481
CIE-Lab89.5928-23.770873.0162

#deeb49 color RGB value is (222,235,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 01001001
Octal 336 353 111
Decimal 222 235 73
Hex DE EB 49

RGB Percentages of Color #deeb49

%41.89
%44.34
%13.77

CMYK Percentages of Color #deeb49

%6
%0
%69
%8

Triadic Colors of #deeb49

#deeb49 #49deeb #eb49de

Analogous Colors of #deeb49

#deeb49 #8deb49 #eba749

Monochromatic Colors of #deeb49

#deeb49

Complementary Color

#deeb49 #5649eb

#deeb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeb49 Color CSS Codes

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

#deeb49 Text Font Color

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

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


#deeb49 Background Color

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

This div background color is #deeb49


#deeb49 Border Color

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

This div border color is #deeb49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeb49


Comments

No comments written yet.

Please login to write comment.