Color Hex Logo

#ffea2e Color Hex

#FFEA2E
(255,234,46)
0 Favorites   0 Comments

Color spaces of #ffea2e

RGB 25523446
HSL0.151.000.59
HSV54°82°100°
CMYK 0.000.080.82   0.00
XYZ71.156080.302914.3345
Yxy80.30290.42920.4844
Hunter Lab89.6119-15.083553.2442
CIE-Lab91.8206-10.738584.1547

#ffea2e color RGB value is (255,234,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 00101110
Octal 377 352 56
Decimal 255 234 46
Hex FF EA 2E

RGB Percentages of Color #ffea2e

%47.66
%43.74
%8.60

CMYK Percentages of Color #ffea2e

%0
%8
%82
%0

Triadic Colors of #ffea2e

#ffea2e #2effea #ea2eff

Analogous Colors of #ffea2e

#ffea2e #acff2e #ff822e

Monochromatic Colors of #ffea2e

#ffea2e

Complementary Color

#ffea2e #2e43ff

#ffea2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffea2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffea2e Color CSS Codes

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

#ffea2e Text Font Color

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

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


#ffea2e Background Color

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

This div background color is #ffea2e


#ffea2e Border Color

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

This div border color is #ffea2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffea2e

#ffea2e Color Palettes


Comments

No comments written yet.

Please login to write comment.