Color Hex Logo

#ffea7c Color Hex

#FFEA7C
(255,234,124)
0 Favorites   0 Comments

Color spaces of #ffea7c

RGB 255234124
HSL0.141.000.74
HSV50°51°100°
CMYK 0.000.080.51   0.00
XYZ74.300981.560930.8955
Yxy81.56090.39780.4367
Hunter Lab90.3111-11.188542.9346
CIE-Lab92.3807-6.560455.4392

#ffea7c color RGB value is (255,234,124).

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

The process color (four color CMYK) of #ffea7c color hex is 0.00, 0.08, 0.51, 0.00. Web safe color of #ffea7c is #ffff66. Color #ffea7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 01111100
Octal 377 352 174
Decimal 255 234 124
Hex FF EA 7C

RGB Percentages of Color #ffea7c

%41.60
%38.17
%20.23

CMYK Percentages of Color #ffea7c

%0
%8
%51
%0

Triadic Colors of #ffea7c

#ffea7c #7cffea #ea7cff

Analogous Colors of #ffea7c

#ffea7c #d3ff7c #ffa97c

Monochromatic Colors of #ffea7c

#ffea7c

Complementary Color

#ffea7c #7c91ff

#ffea7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffea7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffea7c Color CSS Codes

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

#ffea7c Text Font Color

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

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


#ffea7c Background Color

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

This div background color is #ffea7c


#ffea7c Border Color

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

This div border color is #ffea7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffea7c

Related Colors


Comments

No comments written yet.

Please login to write comment.