Color Hex Logo

#dacf82 Color Hex

#DACF82
(218,207,130)
0 Favorites   0 Comments

Color spaces of #dacf82

RGB 218207130
HSL0.150.540.68
HSV53°40°85°
CMYK 0.000.050.40   0.15
XYZ55.255561.142830.0086
Yxy61.14280.37740.4176
Hunter Lab78.1939-10.702731.9819
CIE-Lab82.4555-7.076339.5965

#dacf82 color RGB value is (218,207,130).

#dacf82 hex color red value is 218, green value is 207 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dacf82 hue: 0.15 , saturation: 0.54 and the lightness value of dacf82 is 0.68.

The process color (four color CMYK) of #dacf82 color hex is 0.00, 0.05, 0.40, 0.15. Web safe color of #dacf82 is #cccc99. Color #dacf82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001111 10000010
Octal 332 317 202
Decimal 218 207 130
Hex DA CF 82

RGB Percentages of Color #dacf82

%39.28
%37.30
%23.42

CMYK Percentages of Color #dacf82

%0
%5
%40
%15

Triadic Colors of #dacf82

#dacf82 #82dacf #cf82da

Analogous Colors of #dacf82

#dacf82 #b9da82 #daa382

Monochromatic Colors of #dacf82

#dacf82

Complementary Color

#dacf82 #828dda

#dacf82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacf82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacf82 Color CSS Codes

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

#dacf82 Text Font Color

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

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


#dacf82 Background Color

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

This div background color is #dacf82


#dacf82 Border Color

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

This div border color is #dacf82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacf82


Comments

No comments written yet.

Please login to write comment.