Color Hex Logo

#ffd380 Color Hex

#FFD380
(255,211,128)
0 Favorites   0 Comments

Color spaces of #ffd380

RGB 255211128
HSL0.111.000.75
HSV39°50°100°
CMYK 0.000.170.50   0.00
XYZ68.430569.407030.2123
Yxy69.40700.40720.4130
Hunter Lab83.31090.823736.8164
CIE-Lab86.70525.438446.6298

#ffd380 color RGB value is (255,211,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 10000000
Octal 377 323 200
Decimal 255 211 128
Hex FF D3 80

RGB Percentages of Color #ffd380

%42.93
%35.52
%21.55

CMYK Percentages of Color #ffd380

%0
%17
%50
%0

Triadic Colors of #ffd380

#ffd380 #80ffd3 #d380ff

Analogous Colors of #ffd380

#ffd380 #ecff80 #ff9480

Monochromatic Colors of #ffd380

#ffd380

Complementary Color

#ffd380 #80acff

#ffd380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd380 Color CSS Codes

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

#ffd380 Text Font Color

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

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


#ffd380 Background Color

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

This div background color is #ffd380


#ffd380 Border Color

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

This div border color is #ffd380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd380


Comments

No comments written yet.

Please login to write comment.