Color Hex Logo

#dbae27 Color Hex

#DBAE27
(219,174,39)
0 Favorites   0 Comments

Color spaces of #dbae27

RGB 21917439
HSL0.130.710.51
HSV45°82°86°
CMYK 0.000.210.82   0.14
XYZ44.715745.47878.3409
Yxy45.47870.45380.4615
Hunter Lab67.43790.340839.8734
CIE-Lab73.20604.366968.8630

#dbae27 color RGB value is (219,174,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 00100111
Octal 333 256 47
Decimal 219 174 39
Hex DB AE 27

RGB Percentages of Color #dbae27

%50.69
%40.28
%9.03

CMYK Percentages of Color #dbae27

%0
%21
%82
%14

Triadic Colors of #dbae27

#dbae27 #27dbae #ae27db

Analogous Colors of #dbae27

#dbae27 #aedb27 #db5427

Monochromatic Colors of #dbae27

#dbae27

Complementary Color

#dbae27 #2754db

#dbae27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae27 Color CSS Codes

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

#dbae27 Text Font Color

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

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


#dbae27 Background Color

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

This div background color is #dbae27


#dbae27 Border Color

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

This div border color is #dbae27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae27


Comments

No comments written yet.

Please login to write comment.