Color Hex Logo

#dbae58 Color Hex

#DBAE58
(219,174,88)
0 Favorites   0 Comments

Color spaces of #dbae58

RGB 21917488
HSL0.110.650.60
HSV39°60°86°
CMYK 0.000.210.60   0.14
XYZ46.110946.036815.6882
Yxy46.03680.42760.4269
Hunter Lab67.85042.569733.7864
CIE-Lab73.56946.803649.5802

#dbae58 color RGB value is (219,174,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 01011000
Octal 333 256 130
Decimal 219 174 88
Hex DB AE 58

RGB Percentages of Color #dbae58

%45.53
%36.17
%18.30

CMYK Percentages of Color #dbae58

%0
%21
%60
%14

Triadic Colors of #dbae58

#dbae58 #58dbae #ae58db

Analogous Colors of #dbae58

#dbae58 #c7db58 #db6d58

Monochromatic Colors of #dbae58

#dbae58

Complementary Color

#dbae58 #5885db

#dbae58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae58 Color CSS Codes

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

#dbae58 Text Font Color

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

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


#dbae58 Background Color

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

This div background color is #dbae58


#dbae58 Border Color

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

This div border color is #dbae58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae58

#dbae58 Color Palettes


Comments

No comments written yet.

Please login to write comment.