Color Hex Logo

#d7ab68 Color Hex

#D7AB68
(215,171,104)
0 Favorites   0 Comments

Color spaces of #d7ab68

RGB 215171104
HSL0.100.580.63
HSV36°52°84°
CMYK 0.000.200.52   0.16
XYZ45.085944.572419.3237
Yxy44.57240.41370.4090
Hunter Lab66.76263.709629.5729
CIE-Lab72.60948.008440.3817

#d7ab68 color RGB value is (215,171,104).

#d7ab68 hex color red value is 215, green value is 171 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #d7ab68 hue: 0.10 , saturation: 0.58 and the lightness value of d7ab68 is 0.63.

The process color (four color CMYK) of #d7ab68 color hex is 0.00, 0.20, 0.52, 0.16. Web safe color of #d7ab68 is #cc9966. Color #d7ab68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101011 01101000
Octal 327 253 150
Decimal 215 171 104
Hex D7 AB 68

RGB Percentages of Color #d7ab68

%43.88
%34.90
%21.22

CMYK Percentages of Color #d7ab68

%0
%20
%52
%16

Triadic Colors of #d7ab68

#d7ab68 #68d7ab #ab68d7

Analogous Colors of #d7ab68

#d7ab68 #ccd768 #d77468

Monochromatic Colors of #d7ab68

#d7ab68

Complementary Color

#d7ab68 #6894d7

#d7ab68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ab68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ab68 Color CSS Codes

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

#d7ab68 Text Font Color

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

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


#d7ab68 Background Color

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

This div background color is #d7ab68


#d7ab68 Border Color

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

This div border color is #d7ab68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,171,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7ab68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7ab68;
  -webkit-box-shadow: 1px 1px 3px 2px #d7ab68;
  box-shadow:         1px 1px 3px 2px #d7ab68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,171,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ab68


Comments

No comments written yet.

Please login to write comment.