color codes Logo

#d28c68 color codes

#D28C68
(210,140,104)
0 Favorites   0 Comments

Color spaces of #d28c68

RGB 210140104
HSL0.060.540.62
HSV20°50°82°
CMYK 0.000.330.50   0.18
XYZ38.455133.457317.5278
Yxy33.45730.43000.3741
Hunter Lab57.842317.447622.5231
CIE-Lab64.529522.697230.0464

#d28c68 color RGB value is (210,140,104).

#d28c68 hex color red value is 210, green value is 140 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #d28c68 hue: 0.06 , saturation: 0.54 and the lightness value of d28c68 is 0.62.

The process color (four color CMYK) of #d28c68 color code is 0.00, 0.33, 0.50, 0.18. Web safe color of #d28c68 is #cc9966. Color #d28c68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001100 01101000
Octal 322 214 150
Decimal 210 140 104
Hex D2 8C 68

RGB Percentages of Color #d28c68

%46.26
%30.84
%22.91

CMYK Percentages of Color #d28c68

%0
%33
%50
%18

Triadic Colors of #d28c68

#d28c68 #68d28c #8c68d2

Analogous Colors of #d28c68

#d28c68 #d2c168 #d26879

Monochromatic Colors of #d28c68

#d28c68

Complementary Color

#d28c68 #68aed2

#d28c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28c68 Color CSS Codes

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

#d28c68 Text Font Color

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

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


#d28c68 Background Color

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

This div background color is #d28c68


#d28c68 Border Color

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

This div border color is #d28c68


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,140,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 #d28c68">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28c68


Comments

No comments written yet.

Please login to write comment.