Color Hex Logo

#ffef80 Color Hex

#FFEF80
(255,239,128)
0 Favorites   0 Comments

Color spaces of #ffef80

RGB 255239128
HSL0.151.000.75
HSV52°50°100°
CMYK 0.000.060.50   0.00
XYZ76.002884.551532.7364
Yxy84.55150.39320.4374
Hunter Lab91.9519-13.376743.2581
CIE-Lab93.6895-8.711555.1356

#ffef80 color RGB value is (255,239,128).

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

The process color (four color CMYK) of #ffef80 color hex is 0.00, 0.06, 0.50, 0.00. Web safe color of #ffef80 is #ffff99. Color #ffef80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 10000000
Octal 377 357 200
Decimal 255 239 128
Hex FF EF 80

RGB Percentages of Color #ffef80

%41.00
%38.42
%20.58

CMYK Percentages of Color #ffef80

%0
%6
%50
%0

Triadic Colors of #ffef80

#ffef80 #80ffef #ef80ff

Analogous Colors of #ffef80

#ffef80 #d0ff80 #ffb080

Monochromatic Colors of #ffef80

#ffef80

Complementary Color

#ffef80 #8090ff

#ffef80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffef80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffef80 Color CSS Codes

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

#ffef80 Text Font Color

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

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


#ffef80 Background Color

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

This div background color is #ffef80


#ffef80 Border Color

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

This div border color is #ffef80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffef80

#ffef80 Color Palettes


Comments

No comments written yet.

Please login to write comment.