Color Hex Logo

#dabd27 Color Hex

#DABD27
(218,189,39)
0 Favorites   0 Comments

Color spaces of #dabd27

RGB 21818939
HSL0.140.710.50
HSV50°82°85°
CMYK 0.000.130.82   0.15
XYZ47.477251.44719.3474
Yxy51.44710.43850.4752
Hunter Lab71.7266-7.369142.4820
CIE-Lab76.9491-3.921172.0289

#dabd27 color RGB value is (218,189,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 00100111
Octal 332 275 47
Decimal 218 189 39
Hex DA BD 27

RGB Percentages of Color #dabd27

%48.88
%42.38
%8.74

CMYK Percentages of Color #dabd27

%0
%13
%82
%15

Triadic Colors of #dabd27

#dabd27 #27dabd #bd27da

Analogous Colors of #dabd27

#dabd27 #9eda27 #da6427

Monochromatic Colors of #dabd27

#dabd27

Complementary Color

#dabd27 #2744da

#dabd27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd27 Color CSS Codes

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

#dabd27 Text Font Color

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

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


#dabd27 Background Color

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

This div background color is #dabd27


#dabd27 Border Color

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

This div border color is #dabd27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd27


Comments

No comments written yet.

Please login to write comment.