Color Hex Logo

#ffe370 Color Hex

#FFE370
(255,227,112)
0 Favorites   0 Comments

Color spaces of #ffe370

RGB 255227112
HSL0.131.000.72
HSV48°56°100°
CMYK 0.000.110.56   0.00
XYZ71.633777.368026.4873
Yxy77.36800.40820.4409
Hunter Lab87.9591-8.558343.7172
CIE-Lab90.4907-3.992658.7545

#ffe370 color RGB value is (255,227,112).

#ffe370 hex color red value is 255, green value is 227 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ffe370 hue: 0.13 , saturation: 1.00 and the lightness value of ffe370 is 0.72.

The process color (four color CMYK) of #ffe370 color hex is 0.00, 0.11, 0.56, 0.00. Web safe color of #ffe370 is #ffcc66. Color #ffe370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100011 01110000
Octal 377 343 160
Decimal 255 227 112
Hex FF E3 70

RGB Percentages of Color #ffe370

%42.93
%38.22
%18.86

CMYK Percentages of Color #ffe370

%0
%11
%56
%0

Triadic Colors of #ffe370

#ffe370 #70ffe3 #e370ff

Analogous Colors of #ffe370

#ffe370 #d4ff70 #ff9c70

Monochromatic Colors of #ffe370

#ffe370

Complementary Color

#ffe370 #708cff

#ffe370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe370 Color CSS Codes

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

#ffe370 Text Font Color

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

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


#ffe370 Background Color

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

This div background color is #ffe370


#ffe370 Border Color

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

This div border color is #ffe370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe370


Comments

No comments written yet.

Please login to write comment.