Color Hex Logo

#ffee1e Color Hex

#FFEE1E
(255,238,30)
0 Favorites   0 Comments

Color spaces of #ffee1e

RGB 25523830
HSL0.151.000.56
HSV55°88°100°
CMYK 0.000.070.88   0.00
XYZ72.048982.502813.3555
Yxy82.50280.42910.4914
Hunter Lab90.8311-17.364854.8639
CIE-Lab92.7963-13.053188.2080

#ffee1e color RGB value is (255,238,30).

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

The process color (four color CMYK) of #ffee1e color hex is 0.00, 0.07, 0.88, 0.00. Web safe color of #ffee1e is #ffff33. Color #ffee1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 00011110
Octal 377 356 36
Decimal 255 238 30
Hex FF EE 1E

RGB Percentages of Color #ffee1e

%48.76
%45.51
%5.74

CMYK Percentages of Color #ffee1e

%0
%7
%88
%0

Triadic Colors of #ffee1e

#ffee1e #1effee #ee1eff

Analogous Colors of #ffee1e

#ffee1e #a0ff1e #ff7e1e

Monochromatic Colors of #ffee1e

#ffee1e

Complementary Color

#ffee1e #1e2fff

#ffee1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffee1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffee1e Color CSS Codes

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

#ffee1e Text Font Color

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

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


#ffee1e Background Color

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

This div background color is #ffee1e


#ffee1e Border Color

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

This div border color is #ffee1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffee1e


Comments

No comments written yet.

Please login to write comment.