Color Hex Logo

#ffee50 Color Hex

#FFEE50
(255,238,80)
0 Favorites   0 Comments

Color spaces of #ffee50

RGB 25523880
HSL0.151.000.66
HSV54°69°100°
CMYK 0.000.070.69   0.00
XYZ73.262582.988319.7464
Yxy82.98830.41630.4715
Hunter Lab91.0979-15.868650.9168
CIE-Lab93.0093-11.425774.7403

#ffee50 color RGB value is (255,238,80).

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

The process color (four color CMYK) of #ffee50 color hex is 0.00, 0.07, 0.69, 0.00. Web safe color of #ffee50 is #ffff66. Color #ffee50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 01010000
Octal 377 356 120
Decimal 255 238 80
Hex FF EE 50

RGB Percentages of Color #ffee50

%44.50
%41.54
%13.96

CMYK Percentages of Color #ffee50

%0
%7
%69
%0

Triadic Colors of #ffee50

#ffee50 #50ffee #ee50ff

Analogous Colors of #ffee50

#ffee50 #b9ff50 #ff9750

Monochromatic Colors of #ffee50

#ffee50

Complementary Color

#ffee50 #5061ff

#ffee50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffee50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffee50 Color CSS Codes

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

#ffee50 Text Font Color

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

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


#ffee50 Background Color

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

This div background color is #ffee50


#ffee50 Border Color

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

This div border color is #ffee50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffee50

Related Colors

#ffee50 Color Palettes


Comments

No comments written yet.

Please login to write comment.