Color Hex Logo

#ffd280 Color Hex

#FFD280
(255,210,128)
1 Favorites   0 Comments

Color spaces of #ffd280

RGB 255210128
HSL0.111.000.75
HSV39°50°100°
CMYK 0.000.180.50   0.00
XYZ68.182968.911730.1297
Yxy68.91170.40770.4121
Hunter Lab83.01311.338336.5898
CIE-Lab86.46035.952846.3265

#ffd280 color RGB value is (255,210,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 10000000
Octal 377 322 200
Decimal 255 210 128
Hex FF D2 80

RGB Percentages of Color #ffd280

%43.00
%35.41
%21.59

CMYK Percentages of Color #ffd280

%0
%18
%50
%0

Triadic Colors of #ffd280

#ffd280 #80ffd2 #d280ff

Analogous Colors of #ffd280

#ffd280 #edff80 #ff9380

Monochromatic Colors of #ffd280

#ffd280

Complementary Color

#ffd280 #80adff

#ffd280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd280 Color CSS Codes

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

#ffd280 Text Font Color

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

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


#ffd280 Background Color

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

This div background color is #ffd280


#ffd280 Border Color

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

This div border color is #ffd280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd280

#ffd280 Color Palettes


Comments

No comments written yet.

Please login to write comment.