Color Hex Logo

#d1c052 Color Hex

#D1C052
(209,192,82)
0 Favorites   0 Comments

Color spaces of #d1c052

RGB 20919282
HSL0.140.580.57
HSV52°61°82°
CMYK 0.000.080.61   0.18
XYZ46.667151.863815.5337
Yxy51.86380.40910.4547
Hunter Lab72.0165-10.360037.6229
CIE-Lab77.1993-7.269356.1840

#d1c052 color RGB value is (209,192,82).

#d1c052 hex color red value is 209, green value is 192 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #d1c052 hue: 0.14 , saturation: 0.58 and the lightness value of d1c052 is 0.57.

The process color (four color CMYK) of #d1c052 color hex is 0.00, 0.08, 0.61, 0.18. Web safe color of #d1c052 is #cccc66. Color #d1c052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11000000 01010010
Octal 321 300 122
Decimal 209 192 82
Hex D1 C0 52

RGB Percentages of Color #d1c052

%43.27
%39.75
%16.98

CMYK Percentages of Color #d1c052

%0
%8
%61
%18

Triadic Colors of #d1c052

#d1c052 #52d1c0 #c052d1

Analogous Colors of #d1c052

#d1c052 #a3d152 #d18152

Monochromatic Colors of #d1c052

#d1c052

Complementary Color

#d1c052 #5263d1

#d1c052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1c052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1c052 Color CSS Codes

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

#d1c052 Text Font Color

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

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


#d1c052 Background Color

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

This div background color is #d1c052


#d1c052 Border Color

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

This div border color is #d1c052


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,192,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1c052; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1c052;
  -webkit-box-shadow: 1px 1px 3px 2px #d1c052;
  box-shadow:         1px 1px 3px 2px #d1c052; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,192,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1c052


Comments

No comments written yet.

Please login to write comment.