Color Hex Logo

#dabf74 Color Hex

#DABF74
(218,191,116)
0 Favorites   0 Comments

Color spaces of #dabf74

RGB 218191116
HSL0.120.580.65
HSV44°47°85°
CMYK 0.000.120.47   0.15
XYZ50.696653.428024.1636
Yxy53.42800.39520.4165
Hunter Lab73.0945-4.111931.5660
CIE-Lab78.1270-0.226841.2011

#dabf74 color RGB value is (218,191,116).

#dabf74 hex color red value is 218, green value is 191 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dabf74 hue: 0.12 , saturation: 0.58 and the lightness value of dabf74 is 0.65.

The process color (four color CMYK) of #dabf74 color hex is 0.00, 0.12, 0.47, 0.15. Web safe color of #dabf74 is #cccc66. Color #dabf74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 01110100
Octal 332 277 164
Decimal 218 191 116
Hex DA BF 74

RGB Percentages of Color #dabf74

%41.52
%36.38
%22.10

CMYK Percentages of Color #dabf74

%0
%12
%47
%15

Triadic Colors of #dabf74

#dabf74 #74dabf #bf74da

Analogous Colors of #dabf74

#dabf74 #c2da74 #da8c74

Monochromatic Colors of #dabf74

#dabf74

Complementary Color

#dabf74 #748fda

#dabf74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf74 Color CSS Codes

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

#dabf74 Text Font Color

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

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


#dabf74 Background Color

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

This div background color is #dabf74


#dabf74 Border Color

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

This div border color is #dabf74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf74


Comments

No comments written yet.

Please login to write comment.