Color Hex Logo

#d6cf5d Color Hex

#D6CF5D
(214,207,93)
0 Favorites   0 Comments

Color spaces of #d6cf5d

RGB 21420793
HSL0.160.600.60
HSV57°57°84°
CMYK 0.000.030.57   0.16
XYZ52.020259.712119.1398
Yxy59.71210.39750.4563
Hunter Lab77.2736-15.063539.4061
CIE-Lab81.6815-12.049056.3808

#d6cf5d color RGB value is (214,207,93).

#d6cf5d hex color red value is 214, green value is 207 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d6cf5d hue: 0.16 , saturation: 0.60 and the lightness value of d6cf5d is 0.60.

The process color (four color CMYK) of #d6cf5d color hex is 0.00, 0.03, 0.57, 0.16. Web safe color of #d6cf5d is #cccc66. Color #d6cf5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001111 01011101
Octal 326 317 135
Decimal 214 207 93
Hex D6 CF 5D

RGB Percentages of Color #d6cf5d

%41.63
%40.27
%18.09

CMYK Percentages of Color #d6cf5d

%0
%3
%57
%16

Triadic Colors of #d6cf5d

#d6cf5d #5dd6cf #cf5dd6

Analogous Colors of #d6cf5d

#d6cf5d #a1d65d #d6935d

Monochromatic Colors of #d6cf5d

#d6cf5d

Complementary Color

#d6cf5d #5d64d6

#d6cf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cf5d Color CSS Codes

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

#d6cf5d Text Font Color

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

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


#d6cf5d Background Color

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

This div background color is #d6cf5d


#d6cf5d Border Color

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

This div border color is #d6cf5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,207,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6cf5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6cf5d;
  -webkit-box-shadow: 1px 1px 3px 2px #d6cf5d;
  box-shadow:         1px 1px 3px 2px #d6cf5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,207,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cf5d


Comments

No comments written yet.

Please login to write comment.