Color Hex Logo

#deeb7b Color Hex

#DEEB7B
(222,235,123)
0 Favorites   0 Comments

Color spaces of #deeb7b

RGB 222235123
HSL0.190.740.70
HSV67°48°92°
CMYK 0.060.000.48   0.08
XYZ63.407776.376330.1391
Yxy76.37630.37320.4495
Hunter Lab87.3935-23.429440.7283
CIE-Lab90.0338-20.153052.4741

#deeb7b color RGB value is (222,235,123).

#deeb7b hex color red value is 222, green value is 235 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #deeb7b hue: 0.19 , saturation: 0.74 and the lightness value of deeb7b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 01111011
Octal 336 353 173
Decimal 222 235 123
Hex DE EB 7B

RGB Percentages of Color #deeb7b

%38.28
%40.52
%21.21

CMYK Percentages of Color #deeb7b

%6
%0
%48
%8

Triadic Colors of #deeb7b

#deeb7b #7bdeeb #eb7bde

Analogous Colors of #deeb7b

#deeb7b #a6eb7b #ebc07b

Monochromatic Colors of #deeb7b

#deeb7b

Complementary Color

#deeb7b #887beb

#deeb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeb7b Color CSS Codes

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

#deeb7b Text Font Color

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

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


#deeb7b Background Color

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

This div background color is #deeb7b


#deeb7b Border Color

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

This div border color is #deeb7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeb7b


Comments

No comments written yet.

Please login to write comment.