Color Hex Logo

#dbae55 Color Hex

#DBAE55
(219,174,85)
0 Favorites   0 Comments

Color spaces of #dbae55

RGB 21917485
HSL0.110.650.60
HSV40°61°86°
CMYK 0.000.210.61   0.14
XYZ45.989245.988015.0470
Yxy45.98800.42970.4297
Hunter Lab67.81452.376734.3146
CIE-Lab73.53776.594150.9740

#dbae55 color RGB value is (219,174,85).

#dbae55 hex color red value is 219, green value is 174 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dbae55 hue: 0.11 , saturation: 0.65 and the lightness value of dbae55 is 0.60.

The process color (four color CMYK) of #dbae55 color hex is 0.00, 0.21, 0.61, 0.14. Web safe color of #dbae55 is #cc9966. Color #dbae55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 01010101
Octal 333 256 125
Decimal 219 174 85
Hex DB AE 55

RGB Percentages of Color #dbae55

%45.82
%36.40
%17.78

CMYK Percentages of Color #dbae55

%0
%21
%61
%14

Triadic Colors of #dbae55

#dbae55 #55dbae #ae55db

Analogous Colors of #dbae55

#dbae55 #c5db55 #db6b55

Monochromatic Colors of #dbae55

#dbae55

Complementary Color

#dbae55 #5582db

#dbae55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae55 Color CSS Codes

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

#dbae55 Text Font Color

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

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


#dbae55 Background Color

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

This div background color is #dbae55


#dbae55 Border Color

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

This div border color is #dbae55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae55


Comments

No comments written yet.

Please login to write comment.