Color Hex Logo

#dbae3c Color Hex

#DBAE3C
(219,174,60)
0 Favorites   0 Comments

Color spaces of #dbae3c

RGB 21917460
HSL0.120.690.55
HSV43°73°86°
CMYK 0.000.210.73   0.14
XYZ45.165145.658410.7075
Yxy45.65840.44480.4497
Hunter Lab67.57101.061937.9044
CIE-Lab73.32335.159561.6907

#dbae3c color RGB value is (219,174,60).

#dbae3c hex color red value is 219, green value is 174 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dbae3c hue: 0.12 , saturation: 0.69 and the lightness value of dbae3c is 0.55.

The process color (four color CMYK) of #dbae3c color hex is 0.00, 0.21, 0.73, 0.14. Web safe color of #dbae3c is #cc9933. Color #dbae3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 00111100
Octal 333 256 74
Decimal 219 174 60
Hex DB AE 3C

RGB Percentages of Color #dbae3c

%48.34
%38.41
%13.25

CMYK Percentages of Color #dbae3c

%0
%21
%73
%14

Triadic Colors of #dbae3c

#dbae3c #3cdbae #ae3cdb

Analogous Colors of #dbae3c

#dbae3c #b9db3c #db5f3c

Monochromatic Colors of #dbae3c

#dbae3c

Complementary Color

#dbae3c #3c69db

#dbae3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae3c Color CSS Codes

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

#dbae3c Text Font Color

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

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


#dbae3c Background Color

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

This div background color is #dbae3c


#dbae3c Border Color

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

This div border color is #dbae3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae3c


Comments

No comments written yet.

Please login to write comment.