Color Hex Logo

#deeb5d Color Hex

#DEEB5D
(222,235,93)
0 Favorites   0 Comments

Color spaces of #deeb5d

RGB 22223593
HSL0.180.780.64
HSV65°60°92°
CMYK 0.060.000.60   0.08
XYZ61.808375.736621.7169
Yxy75.73660.38810.4755
Hunter Lab87.0268-25.522346.1234
CIE-Lab89.7369-22.578165.4513

#deeb5d color RGB value is (222,235,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 01011101
Octal 336 353 135
Decimal 222 235 93
Hex DE EB 5D

RGB Percentages of Color #deeb5d

%40.36
%42.73
%16.91

CMYK Percentages of Color #deeb5d

%6
%0
%60
%8

Triadic Colors of #deeb5d

#deeb5d #5ddeeb #eb5dde

Analogous Colors of #deeb5d

#deeb5d #97eb5d #ebb15d

Monochromatic Colors of #deeb5d

#deeb5d

Complementary Color

#deeb5d #6a5deb

#deeb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeb5d Color CSS Codes

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

#deeb5d Text Font Color

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

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


#deeb5d Background Color

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

This div background color is #deeb5d


#deeb5d Border Color

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

This div border color is #deeb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeb5d


Comments

No comments written yet.

Please login to write comment.