Color Hex Logo

#dbdfb0 Color Hex

#DBDFB0
(219,223,176)
0 Favorites   0 Comments

Color spaces of #dbdfb0

RGB 219223176
HSL0.180.420.78
HSV65°21°87°
CMYK 0.020.000.21   0.13
XYZ63.437670.970051.4294
Yxy70.97000.34140.3819
Hunter Lab84.2437-13.011522.7750
CIE-Lab87.4704-9.035522.6405

#dbdfb0 color RGB value is (219,223,176).

#dbdfb0 hex color red value is 219, green value is 223 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dbdfb0 hue: 0.18 , saturation: 0.42 and the lightness value of dbdfb0 is 0.78.

The process color (four color CMYK) of #dbdfb0 color hex is 0.02, 0.00, 0.21, 0.13. Web safe color of #dbdfb0 is #cccc99. Color #dbdfb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 10110000
Octal 333 337 260
Decimal 219 223 176
Hex DB DF B0

RGB Percentages of Color #dbdfb0

%35.44
%36.08
%28.48

CMYK Percentages of Color #dbdfb0

%2
%0
%21
%13

Triadic Colors of #dbdfb0

#dbdfb0 #b0dbdf #dfb0db

Analogous Colors of #dbdfb0

#dbdfb0 #c4dfb0 #dfccb0

Monochromatic Colors of #dbdfb0

#dbdfb0

Complementary Color

#dbdfb0 #b4b0df

#dbdfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdfb0 Color CSS Codes

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

#dbdfb0 Text Font Color

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

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


#dbdfb0 Background Color

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

This div background color is #dbdfb0


#dbdfb0 Border Color

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

This div border color is #dbdfb0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,223,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdfb0


Comments

No comments written yet.

Please login to write comment.