Color Hex Logo

#deeb4d Color Hex

#DEEB4D
(222,235,77)
0 Favorites   0 Comments

Color spaces of #deeb4d

RGB 22223577
HSL0.180.800.61
HSV65°67°92°
CMYK 0.060.000.67   0.08
XYZ61.172175.482118.3666
Yxy75.48210.39460.4869
Hunter Lab86.8804-26.359848.2823
CIE-Lab89.6183-23.558571.5945

#deeb4d color RGB value is (222,235,77).

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

The process color (four color CMYK) of #deeb4d color hex is 0.06, 0.00, 0.67, 0.08. Web safe color of #deeb4d is #ccff66. Color #deeb4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 01001101
Octal 336 353 115
Decimal 222 235 77
Hex DE EB 4D

RGB Percentages of Color #deeb4d

%41.57
%44.01
%14.42

CMYK Percentages of Color #deeb4d

%6
%0
%67
%8

Triadic Colors of #deeb4d

#deeb4d #4ddeeb #eb4dde

Analogous Colors of #deeb4d

#deeb4d #8feb4d #eba94d

Monochromatic Colors of #deeb4d

#deeb4d

Complementary Color

#deeb4d #5a4deb

#deeb4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeb4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeb4d Color CSS Codes

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

#deeb4d Text Font Color

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

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


#deeb4d Background Color

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

This div background color is #deeb4d


#deeb4d Border Color

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

This div border color is #deeb4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeb4d


Comments

No comments written yet.

Please login to write comment.