Color Hex Logo

#d7cd81 Color Hex

#D7CD81
(215,205,129)
0 Favorites   0 Comments

Color spaces of #d7cd81

RGB 215205129
HSL0.150.520.67
HSV53°40°84°
CMYK 0.000.050.40   0.16
XYZ53.818159.694729.4546
Yxy59.69470.37640.4175
Hunter Lab77.2623-10.872631.4806
CIE-Lab81.6720-7.349639.0515

#d7cd81 color RGB value is (215,205,129).

#d7cd81 hex color red value is 215, green value is 205 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d7cd81 hue: 0.15 , saturation: 0.52 and the lightness value of d7cd81 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001101 10000001
Octal 327 315 201
Decimal 215 205 129
Hex D7 CD 81

RGB Percentages of Color #d7cd81

%39.16
%37.34
%23.50

CMYK Percentages of Color #d7cd81

%0
%5
%40
%16

Triadic Colors of #d7cd81

#d7cd81 #81d7cd #cd81d7

Analogous Colors of #d7cd81

#d7cd81 #b6d781 #d7a281

Monochromatic Colors of #d7cd81

#d7cd81

Complementary Color

#d7cd81 #818bd7

#d7cd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cd81 Color CSS Codes

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

#d7cd81 Text Font Color

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

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


#d7cd81 Background Color

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

This div background color is #d7cd81


#d7cd81 Border Color

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

This div border color is #d7cd81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cd81


Comments

No comments written yet.

Please login to write comment.