Color Hex Logo

#dbae35 Color Hex

#DBAE35
(219,174,53)
0 Favorites   0 Comments

Color spaces of #dbae35

RGB 21917453
HSL0.120.700.53
HSV44°76°86°
CMYK 0.000.210.76   0.14
XYZ44.992145.58929.7964
Yxy45.58920.44820.4542
Hunter Lab67.51980.784738.6615
CIE-Lab73.27824.855364.3092

#dbae35 color RGB value is (219,174,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 00110101
Octal 333 256 65
Decimal 219 174 53
Hex DB AE 35

RGB Percentages of Color #dbae35

%49.10
%39.01
%11.88

CMYK Percentages of Color #dbae35

%0
%21
%76
%14

Triadic Colors of #dbae35

#dbae35 #35dbae #ae35db

Analogous Colors of #dbae35

#dbae35 #b5db35 #db5b35

Monochromatic Colors of #dbae35

#dbae35

Complementary Color

#dbae35 #3562db

#dbae35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae35 Color CSS Codes

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

#dbae35 Text Font Color

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

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


#dbae35 Background Color

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

This div background color is #dbae35


#dbae35 Border Color

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

This div border color is #dbae35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae35


Comments

No comments written yet.

Please login to write comment.