Color Hex Logo

#ffee2e Color Hex

#FFEE2E
(255,238,46)
0 Favorites   0 Comments

Color spaces of #ffee2e

RGB 25523846
HSL0.151.000.59
HSV55°82°100°
CMYK 0.000.070.82   0.00
XYZ72.307782.606314.7184
Yxy82.60630.42630.4870
Hunter Lab90.8880-17.044954.0202
CIE-Lab92.8418-12.703985.0151

#ffee2e color RGB value is (255,238,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 00101110
Octal 377 356 56
Decimal 255 238 46
Hex FF EE 2E

RGB Percentages of Color #ffee2e

%47.31
%44.16
%8.53

CMYK Percentages of Color #ffee2e

%0
%7
%82
%0

Triadic Colors of #ffee2e

#ffee2e #2effee #ee2eff

Analogous Colors of #ffee2e

#ffee2e #a8ff2e #ff862e

Monochromatic Colors of #ffee2e

#ffee2e

Complementary Color

#ffee2e #2e3fff

#ffee2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffee2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffee2e Color CSS Codes

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

#ffee2e Text Font Color

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

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


#ffee2e Background Color

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

This div background color is #ffee2e


#ffee2e Border Color

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

This div border color is #ffee2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffee2e


Comments

No comments written yet.

Please login to write comment.