Color Hex Logo

#d1ce60 Color Hex

#D1CE60
(209,206,96)
0 Favorites   0 Comments

Color spaces of #d1ce60

RGB 20920696
HSL0.160.550.60
HSV58°54°82°
CMYK 0.000.010.54   0.18
XYZ50.477158.542519.7057
Yxy58.54250.39210.4548
Hunter Lab76.5131-16.138138.2892
CIE-Lab81.0395-13.366554.1804

#d1ce60 color RGB value is (209,206,96).

#d1ce60 hex color red value is 209, green value is 206 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d1ce60 hue: 0.16 , saturation: 0.55 and the lightness value of d1ce60 is 0.60.

The process color (four color CMYK) of #d1ce60 color hex is 0.00, 0.01, 0.54, 0.18. Web safe color of #d1ce60 is #cccc66. Color #d1ce60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001110 01100000
Octal 321 316 140
Decimal 209 206 96
Hex D1 CE 60

RGB Percentages of Color #d1ce60

%40.90
%40.31
%18.79

CMYK Percentages of Color #d1ce60

%0
%1
%54
%18

Triadic Colors of #d1ce60

#d1ce60 #60d1ce #ce60d1

Analogous Colors of #d1ce60

#d1ce60 #9cd160 #d19660

Monochromatic Colors of #d1ce60

#d1ce60

Complementary Color

#d1ce60 #6063d1

#d1ce60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ce60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ce60 Color CSS Codes

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

#d1ce60 Text Font Color

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

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


#d1ce60 Background Color

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

This div background color is #d1ce60


#d1ce60 Border Color

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

This div border color is #d1ce60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ce60


Comments

No comments written yet.

Please login to write comment.