Color Hex Logo

#d4cf6b Color Hex

#D4CF6B
(212,207,107)
0 Favorites   0 Comments

Color spaces of #d4cf6b

RGB 212207107
HSL0.160.550.63
HSV57°50°83°
CMYK 0.000.020.50   0.17
XYZ52.118059.684222.6832
Yxy59.68420.38750.4438
Hunter Lab77.2555-14.777936.6706
CIE-Lab81.6662-11.727349.8283

#d4cf6b color RGB value is (212,207,107).

#d4cf6b hex color red value is 212, green value is 207 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d4cf6b hue: 0.16 , saturation: 0.55 and the lightness value of d4cf6b is 0.63.

The process color (four color CMYK) of #d4cf6b color hex is 0.00, 0.02, 0.50, 0.17. Web safe color of #d4cf6b is #cccc66. Color #d4cf6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001111 01101011
Octal 324 317 153
Decimal 212 207 107
Hex D4 CF 6B

RGB Percentages of Color #d4cf6b

%40.30
%39.35
%20.34

CMYK Percentages of Color #d4cf6b

%0
%2
%50
%17

Triadic Colors of #d4cf6b

#d4cf6b #6bd4cf #cf6bd4

Analogous Colors of #d4cf6b

#d4cf6b #a5d46b #d49b6b

Monochromatic Colors of #d4cf6b

#d4cf6b

Complementary Color

#d4cf6b #6b70d4

#d4cf6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cf6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cf6b Color CSS Codes

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

#d4cf6b Text Font Color

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

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


#d4cf6b Background Color

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

This div background color is #d4cf6b


#d4cf6b Border Color

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

This div border color is #d4cf6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cf6b


Comments

No comments written yet.

Please login to write comment.