Color Hex Logo

#ffd28c Color Hex

#FFD28C
(255,210,140)
0 Favorites   0 Comments

Color spaces of #ffd28c

RGB 255210140
HSL0.101.000.77
HSV37°45°100°
CMYK 0.000.180.45   0.00
XYZ69.020269.246634.5391
Yxy69.24660.39940.4007
Hunter Lab83.21452.426933.6412
CIE-Lab86.62607.063240.5416

#ffd28c color RGB value is (255,210,140).

#ffd28c hex color red value is 255, green value is 210 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ffd28c hue: 0.10 , saturation: 1.00 and the lightness value of ffd28c is 0.77.

The process color (four color CMYK) of #ffd28c color hex is 0.00, 0.18, 0.45, 0.00. Web safe color of #ffd28c is #ffcc99. Color #ffd28c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 10001100
Octal 377 322 214
Decimal 255 210 140
Hex FF D2 8C

RGB Percentages of Color #ffd28c

%42.15
%34.71
%23.14

CMYK Percentages of Color #ffd28c

%0
%18
%45
%0

Triadic Colors of #ffd28c

#ffd28c #8cffd2 #d28cff

Analogous Colors of #ffd28c

#ffd28c #f3ff8c #ff998c

Monochromatic Colors of #ffd28c

#ffd28c

Complementary Color

#ffd28c #8cb9ff

#ffd28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd28c Color CSS Codes

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

#ffd28c Text Font Color

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

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


#ffd28c Background Color

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

This div background color is #ffd28c


#ffd28c Border Color

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

This div border color is #ffd28c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,210,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd28c


Comments

No comments written yet.

Please login to write comment.