Color Hex Logo

#ffe380 Color Hex

#FFE380
(255,227,128)
0 Favorites   0 Comments

Color spaces of #ffe380

RGB 255227128
HSL0.131.000.75
HSV47°50°100°
CMYK 0.000.110.50   0.00
XYZ72.605477.756731.6039
Yxy77.75670.39900.4273
Hunter Lab88.1798-7.341440.4761
CIE-Lab90.6688-2.711851.4907

#ffe380 color RGB value is (255,227,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100011 10000000
Octal 377 343 200
Decimal 255 227 128
Hex FF E3 80

RGB Percentages of Color #ffe380

%41.80
%37.21
%20.98

CMYK Percentages of Color #ffe380

%0
%11
%50
%0

Triadic Colors of #ffe380

#ffe380 #80ffe3 #e380ff

Analogous Colors of #ffe380

#ffe380 #dcff80 #ffa480

Monochromatic Colors of #ffe380

#ffe380

Complementary Color

#ffe380 #809cff

#ffe380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe380 Color CSS Codes

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

#ffe380 Text Font Color

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

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


#ffe380 Background Color

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

This div background color is #ffe380


#ffe380 Border Color

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

This div border color is #ffe380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe380

Related Colors


Comments

No comments written yet.

Please login to write comment.