Color Hex Logo

#dabf75 Color Hex

#DABF75
(218,191,117)
0 Favorites   0 Comments

Color spaces of #dabf75

RGB 218191117
HSL0.120.580.66
HSV44°46°85°
CMYK 0.000.120.46   0.15
XYZ50.755153.451424.4717
Yxy53.45140.39440.4154
Hunter Lab73.1105-4.024231.3316
CIE-Lab78.1408-0.130140.7123

#dabf75 color RGB value is (218,191,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 01110101
Octal 332 277 165
Decimal 218 191 117
Hex DA BF 75

RGB Percentages of Color #dabf75

%41.44
%36.31
%22.24

CMYK Percentages of Color #dabf75

%0
%12
%46
%15

Triadic Colors of #dabf75

#dabf75 #75dabf #bf75da

Analogous Colors of #dabf75

#dabf75 #c3da75 #da8d75

Monochromatic Colors of #dabf75

#dabf75

Complementary Color

#dabf75 #7590da

#dabf75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf75 Color CSS Codes

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

#dabf75 Text Font Color

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

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


#dabf75 Background Color

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

This div background color is #dabf75


#dabf75 Border Color

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

This div border color is #dabf75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf75


Comments

No comments written yet.

Please login to write comment.