Color Hex Logo

#dac627 Color Hex

#DAC627
(218,198,39)
0 Favorites   0 Comments

Color spaces of #dac627

RGB 21819839
HSL0.150.710.50
HSV53°82°85°
CMYK 0.000.090.82   0.15
XYZ49.473755.440110.0129
Yxy55.44010.43050.4824
Hunter Lab74.4581-11.697344.1475
CIE-Lab79.2941-8.544374.0260

#dac627 color RGB value is (218,198,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 00100111
Octal 332 306 47
Decimal 218 198 39
Hex DA C6 27

RGB Percentages of Color #dac627

%47.91
%43.52
%8.57

CMYK Percentages of Color #dac627

%0
%9
%82
%15

Triadic Colors of #dac627

#dac627 #27dac6 #c627da

Analogous Colors of #dac627

#dac627 #95da27 #da6d27

Monochromatic Colors of #dac627

#dac627

Complementary Color

#dac627 #273bda

#dac627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac627 Color CSS Codes

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

#dac627 Text Font Color

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

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


#dac627 Background Color

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

This div background color is #dac627


#dac627 Border Color

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

This div border color is #dac627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac627


Comments

No comments written yet.

Please login to write comment.