Color Hex Logo

#d3cb68 Color Hex

#D3CB68
(211,203,104)
0 Favorites   0 Comments

Color spaces of #d3cb68

RGB 211203104
HSL0.150.550.62
HSV56°51°83°
CMYK 0.000.040.51   0.17
XYZ50.718657.560221.5338
Yxy57.56020.39070.4434
Hunter Lab75.8684-13.441236.2796
CIE-Lab80.4937-10.369249.8440

#d3cb68 color RGB value is (211,203,104).

#d3cb68 hex color red value is 211, green value is 203 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #d3cb68 hue: 0.15 , saturation: 0.55 and the lightness value of d3cb68 is 0.62.

The process color (four color CMYK) of #d3cb68 color hex is 0.00, 0.04, 0.51, 0.17. Web safe color of #d3cb68 is #cccc66. Color #d3cb68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001011 01101000
Octal 323 313 150
Decimal 211 203 104
Hex D3 CB 68

RGB Percentages of Color #d3cb68

%40.73
%39.19
%20.08

CMYK Percentages of Color #d3cb68

%0
%4
%51
%17

Triadic Colors of #d3cb68

#d3cb68 #68d3cb #cb68d3

Analogous Colors of #d3cb68

#d3cb68 #a6d368 #d39668

Monochromatic Colors of #d3cb68

#d3cb68

Complementary Color

#d3cb68 #6870d3

#d3cb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cb68 Color CSS Codes

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

#d3cb68 Text Font Color

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

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


#d3cb68 Background Color

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

This div background color is #d3cb68


#d3cb68 Border Color

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

This div border color is #d3cb68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,203,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3cb68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3cb68;
  -webkit-box-shadow: 1px 1px 3px 2px #d3cb68;
  box-shadow:         1px 1px 3px 2px #d3cb68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,203,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cb68


Comments

No comments written yet.

Please login to write comment.