Color Hex Logo

#ffd28a Color Hex

#FFD28A
(255,210,138)
0 Favorites   0 Comments

Color spaces of #ffd28a

RGB 255210138
HSL0.101.000.77
HSV37°46°100°
CMYK 0.000.180.46   0.00
XYZ68.874069.188233.7694
Yxy69.18820.40080.4027
Hunter Lab83.17942.237034.1549
CIE-Lab86.59726.870141.5127

#ffd28a color RGB value is (255,210,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 10001010
Octal 377 322 212
Decimal 255 210 138
Hex FF D2 8A

RGB Percentages of Color #ffd28a

%42.29
%34.83
%22.89

CMYK Percentages of Color #ffd28a

%0
%18
%46
%0

Triadic Colors of #ffd28a

#ffd28a #8affd2 #d28aff

Analogous Colors of #ffd28a

#ffd28a #f2ff8a #ff988a

Monochromatic Colors of #ffd28a

#ffd28a

Complementary Color

#ffd28a #8ab7ff

#ffd28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd28a Color CSS Codes

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

#ffd28a Text Font Color

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

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


#ffd28a Background Color

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

This div background color is #ffd28a


#ffd28a Border Color

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

This div border color is #ffd28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd28a

Related Colors


Comments

No comments written yet.

Please login to write comment.