Color Hex Logo

#ffe70a Color Hex

#FFE70A
(255,231,10)
0 Favorites   0 Comments

Color spaces of #ffe70a

RGB 25523110
HSL0.151.000.52
HSV54°96°100°
CMYK 0.000.090.96   0.00
XYZ69.870778.433711.7438
Yxy78.43370.43660.4901
Hunter Lab88.5628-14.159254.1319
CIE-Lab90.9774-9.854589.2418

#ffe70a color RGB value is (255,231,10).

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

The process color (four color CMYK) of #ffe70a color hex is 0.00, 0.09, 0.96, 0.00. Web safe color of #ffe70a is #ffff00. Color #ffe70a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100111 00001010
Octal 377 347 12
Decimal 255 231 10
Hex FF E7 A

RGB Percentages of Color #ffe70a

%51.41
%46.57
%2.02

CMYK Percentages of Color #ffe70a

%0
%9
%96
%0

Triadic Colors of #ffe70a

#ffe70a #0affe7 #e70aff

Analogous Colors of #ffe70a

#ffe70a #9dff0a #ff6d0a

Monochromatic Colors of #ffe70a

#ffe70a

Complementary Color

#ffe70a #0a22ff

#ffe70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe70a Color CSS Codes

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

#ffe70a Text Font Color

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

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


#ffe70a Background Color

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

This div background color is #ffe70a


#ffe70a Border Color

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

This div border color is #ffe70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe70a


Comments

No comments written yet.

Please login to write comment.