Color Hex Logo

#dbdf7b Color Hex

#DBDF7B
(219,223,123)
0 Favorites   0 Comments

Color spaces of #dbdf7b

RGB 219223123
HSL0.170.610.68
HSV62°45°87°
CMYK 0.020.000.45   0.13
XYZ59.176269.265528.9895
Yxy69.26550.37590.4400
Hunter Lab83.2259-18.726337.6061
CIE-Lab86.6354-15.447848.2936

#dbdf7b color RGB value is (219,223,123).

#dbdf7b hex color red value is 219, green value is 223 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dbdf7b hue: 0.17 , saturation: 0.61 and the lightness value of dbdf7b is 0.68.

The process color (four color CMYK) of #dbdf7b color hex is 0.02, 0.00, 0.45, 0.13. Web safe color of #dbdf7b is #cccc66. Color #dbdf7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 01111011
Octal 333 337 173
Decimal 219 223 123
Hex DB DF 7B

RGB Percentages of Color #dbdf7b

%38.76
%39.47
%21.77

CMYK Percentages of Color #dbdf7b

%2
%0
%45
%13

Triadic Colors of #dbdf7b

#dbdf7b #7bdbdf #df7bdb

Analogous Colors of #dbdf7b

#dbdf7b #a9df7b #dfb17b

Monochromatic Colors of #dbdf7b

#dbdf7b

Complementary Color

#dbdf7b #7f7bdf

#dbdf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdf7b Color CSS Codes

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

#dbdf7b Text Font Color

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

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


#dbdf7b Background Color

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

This div background color is #dbdf7b


#dbdf7b Border Color

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

This div border color is #dbdf7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,223,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 #dbdf7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdf7b


Comments

No comments written yet.

Please login to write comment.