Color Hex Logo

#dbae2b Color Hex

#DBAE2B
(219,174,43)
0 Favorites   0 Comments

Color spaces of #dbae2b

RGB 21917443
HSL0.120.710.51
HSV45°80°86°
CMYK 0.000.210.80   0.14
XYZ44.785545.50668.7087
Yxy45.50660.45240.4597
Hunter Lab67.45860.453039.5668
CIE-Lab73.22424.490567.6639

#dbae2b color RGB value is (219,174,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 00101011
Octal 333 256 53
Decimal 219 174 43
Hex DB AE 2B

RGB Percentages of Color #dbae2b

%50.23
%39.91
%9.86

CMYK Percentages of Color #dbae2b

%0
%21
%80
%14

Triadic Colors of #dbae2b

#dbae2b #2bdbae #ae2bdb

Analogous Colors of #dbae2b

#dbae2b #b0db2b #db562b

Monochromatic Colors of #dbae2b

#dbae2b

Complementary Color

#dbae2b #2b58db

#dbae2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae2b Color CSS Codes

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

#dbae2b Text Font Color

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

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


#dbae2b Background Color

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

This div background color is #dbae2b


#dbae2b Border Color

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

This div border color is #dbae2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae2b


Comments

No comments written yet.

Please login to write comment.