Color Hex Logo

#dbbf90 Color Hex

#DBBF90
(219,191,144)
0 Favorites   0 Comments

Color spaces of #dbbf90

RGB 219191144
HSL0.100.510.71
HSV38°34°86°
CMYK 0.000.130.34   0.14
XYZ52.878354.335334.0863
Yxy54.33530.37420.3845
Hunter Lab73.7125-0.948324.1817
CIE-Lab78.65683.224727.4004

#dbbf90 color RGB value is (219,191,144).

#dbbf90 hex color red value is 219, green value is 191 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dbbf90 hue: 0.10 , saturation: 0.51 and the lightness value of dbbf90 is 0.71.

The process color (four color CMYK) of #dbbf90 color hex is 0.00, 0.13, 0.34, 0.14. Web safe color of #dbbf90 is #cccc99. Color #dbbf90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 10010000
Octal 333 277 220
Decimal 219 191 144
Hex DB BF 90

RGB Percentages of Color #dbbf90

%39.53
%34.48
%25.99

CMYK Percentages of Color #dbbf90

%0
%13
%34
%14

Triadic Colors of #dbbf90

#dbbf90 #90dbbf #bf90db

Analogous Colors of #dbbf90

#dbbf90 #d2db90 #db9a90

Monochromatic Colors of #dbbf90

#dbbf90

Complementary Color

#dbbf90 #90acdb

#dbbf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbf90 Color CSS Codes

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

#dbbf90 Text Font Color

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

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


#dbbf90 Background Color

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

This div background color is #dbbf90


#dbbf90 Border Color

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

This div border color is #dbbf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbf90


Comments

No comments written yet.

Please login to write comment.