Color Hex Logo

#daaf28 Color Hex

#DAAF28
(218,175,40)
0 Favorites   0 Comments

Color spaces of #daaf28

RGB 21817540
HSL0.130.710.51
HSV46°82°85°
CMYK 0.000.200.82   0.15
XYZ44.626445.71868.4800
Yxy45.71860.45160.4626
Hunter Lab67.6155-0.516839.8950
CIE-Lab73.36263.433068.6634

#daaf28 color RGB value is (218,175,40).

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

The process color (four color CMYK) of #daaf28 color hex is 0.00, 0.20, 0.82, 0.15. Web safe color of #daaf28 is #cc9933. Color #daaf28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 00101000
Octal 332 257 50
Decimal 218 175 40
Hex DA AF 28

RGB Percentages of Color #daaf28

%50.35
%40.42
%9.24

CMYK Percentages of Color #daaf28

%0
%20
%82
%15

Triadic Colors of #daaf28

#daaf28 #28daaf #af28da

Analogous Colors of #daaf28

#daaf28 #acda28 #da5628

Monochromatic Colors of #daaf28

#daaf28

Complementary Color

#daaf28 #2853da

#daaf28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf28 Color CSS Codes

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

#daaf28 Text Font Color

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

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


#daaf28 Background Color

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

This div background color is #daaf28


#daaf28 Border Color

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

This div border color is #daaf28


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,175,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf28


Comments

No comments written yet.

Please login to write comment.