Color Hex Logo

#ffe073 Color Hex

#FFE073
(255,224,115)
0 Favorites   0 Comments

Color spaces of #ffe073

RGB 255224115
HSL0.131.000.73
HSV47°55°100°
CMYK 0.000.120.55   0.00
XYZ70.990275.809127.1107
Yxy75.80910.40820.4359
Hunter Lab87.0684-6.831942.4866
CIE-Lab89.7706-2.255456.5411

#ffe073 color RGB value is (255,224,115).

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

The process color (four color CMYK) of #ffe073 color hex is 0.00, 0.12, 0.55, 0.00. Web safe color of #ffe073 is #ffcc66. Color #ffe073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 01110011
Octal 377 340 163
Decimal 255 224 115
Hex FF E0 73

RGB Percentages of Color #ffe073

%42.93
%37.71
%19.36

CMYK Percentages of Color #ffe073

%0
%12
%55
%0

Triadic Colors of #ffe073

#ffe073 #73ffe0 #e073ff

Analogous Colors of #ffe073

#ffe073 #d8ff73 #ff9a73

Monochromatic Colors of #ffe073

#ffe073

Complementary Color

#ffe073 #7392ff

#ffe073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe073 Color CSS Codes

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

#ffe073 Text Font Color

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

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


#ffe073 Background Color

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

This div background color is #ffe073


#ffe073 Border Color

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

This div border color is #ffe073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe073


Comments

No comments written yet.

Please login to write comment.