Color Hex Logo

#ffee80 Color Hex

#FFEE80
(255,238,128)
1 Favorites   0 Comments

Color spaces of #ffee80

RGB 255238128
HSL0.141.000.75
HSV52°50°100°
CMYK 0.000.070.50   0.00
XYZ75.710883.967632.6391
Yxy83.96760.39370.4366
Hunter Lab91.6338-12.876843.0252
CIE-Lab93.4364-8.215854.8322

#ffee80 color RGB value is (255,238,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 10000000
Octal 377 356 200
Decimal 255 238 128
Hex FF EE 80

RGB Percentages of Color #ffee80

%41.06
%38.33
%20.61

CMYK Percentages of Color #ffee80

%0
%7
%50
%0

Triadic Colors of #ffee80

#ffee80 #80ffee #ee80ff

Analogous Colors of #ffee80

#ffee80 #d1ff80 #ffaf80

Monochromatic Colors of #ffee80

#ffee80

Complementary Color

#ffee80 #8091ff

#ffee80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffee80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffee80 Color CSS Codes

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

#ffee80 Text Font Color

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

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


#ffee80 Background Color

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

This div background color is #ffee80


#ffee80 Border Color

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

This div border color is #ffee80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffee80

#ffee80 Color Palettes


Comments

No comments written yet.

Please login to write comment.