Color Hex Logo

#ffea49 Color Hex

#FFEA49
(255,234,73)
0 Favorites   0 Comments

Color spaces of #ffea49

RGB 25523473
HSL0.151.000.64
HSV53°71°100°
CMYK 0.000.080.71   0.00
XYZ71.865480.586718.0704
Yxy80.58670.42140.4726
Hunter Lab89.7701-14.199650.9042
CIE-Lab91.9475-9.781676.2075

#ffea49 color RGB value is (255,234,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 01001001
Octal 377 352 111
Decimal 255 234 73
Hex FF EA 49

RGB Percentages of Color #ffea49

%45.37
%41.64
%12.99

CMYK Percentages of Color #ffea49

%0
%8
%71
%0

Triadic Colors of #ffea49

#ffea49 #49ffea #ea49ff

Analogous Colors of #ffea49

#ffea49 #b9ff49 #ff8f49

Monochromatic Colors of #ffea49

#ffea49

Complementary Color

#ffea49 #495eff

#ffea49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffea49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffea49 Color CSS Codes

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

#ffea49 Text Font Color

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

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


#ffea49 Background Color

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

This div background color is #ffea49


#ffea49 Border Color

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

This div border color is #ffea49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffea49

#ffea49 Color Palettes


Comments

No comments written yet.

Please login to write comment.