Color Hex Logo

#dabc75 Color Hex

#DABC75
(218,188,117)
0 Favorites   0 Comments

Color spaces of #dabc75

RGB 218188117
HSL0.120.580.66
HSV42°46°85°
CMYK 0.000.140.46   0.15
XYZ50.107552.156224.2558
Yxy52.15620.39600.4122
Hunter Lab72.2192-2.536030.6401
CIE-Lab77.37411.441639.7492

#dabc75 color RGB value is (218,188,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 01110101
Octal 332 274 165
Decimal 218 188 117
Hex DA BC 75

RGB Percentages of Color #dabc75

%41.68
%35.95
%22.37

CMYK Percentages of Color #dabc75

%0
%14
%46
%15

Triadic Colors of #dabc75

#dabc75 #75dabc #bc75da

Analogous Colors of #dabc75

#dabc75 #c6da75 #da8a75

Monochromatic Colors of #dabc75

#dabc75

Complementary Color

#dabc75 #7593da

#dabc75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc75 Color CSS Codes

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

#dabc75 Text Font Color

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

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


#dabc75 Background Color

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

This div background color is #dabc75


#dabc75 Border Color

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

This div border color is #dabc75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc75


Comments

No comments written yet.

Please login to write comment.