Color Hex Logo

#dabb27 Color Hex

#DABB27
(218,187,39)
0 Favorites   0 Comments

Color spaces of #dabb27

RGB 21818739
HSL0.140.710.50
HSV50°82°85°
CMYK 0.000.140.82   0.15
XYZ47.050050.59269.2050
Yxy50.59260.44030.4735
Hunter Lab71.1285-6.400842.1170
CIE-Lab76.4316-2.884171.5870

#dabb27 color RGB value is (218,187,39).

#dabb27 hex color red value is 218, green value is 187 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #dabb27 hue: 0.14 , saturation: 0.71 and the lightness value of dabb27 is 0.50.

The process color (four color CMYK) of #dabb27 color hex is 0.00, 0.14, 0.82, 0.15. Web safe color of #dabb27 is #cccc33. Color #dabb27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 00100111
Octal 332 273 47
Decimal 218 187 39
Hex DA BB 27

RGB Percentages of Color #dabb27

%49.10
%42.12
%8.78

CMYK Percentages of Color #dabb27

%0
%14
%82
%15

Triadic Colors of #dabb27

#dabb27 #27dabb #bb27da

Analogous Colors of #dabb27

#dabb27 #a0da27 #da6227

Monochromatic Colors of #dabb27

#dabb27

Complementary Color

#dabb27 #2746da

#dabb27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb27 Color CSS Codes

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

#dabb27 Text Font Color

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

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


#dabb27 Background Color

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

This div background color is #dabb27


#dabb27 Border Color

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

This div border color is #dabb27


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,187,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 #dabb27">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb27


Comments

No comments written yet.

Please login to write comment.