Color Hex Logo

#fee725 Color Hex

#FEE725
(254,231,37)
0 Favorites   0 Comments

Color spaces of #fee725

RGB 25423137
HSL0.150.990.57
HSV54°85°100°
CMYK 0.000.090.85   0.00
XYZ69.782978.356213.1966
Yxy78.35620.43250.4857
Hunter Lab88.5190-14.190053.1243
CIE-Lab90.9422-9.891685.4069

#fee725 color RGB value is (254,231,37).

#fee725 hex color red value is 254, green value is 231 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #fee725 hue: 0.15 , saturation: 0.99 and the lightness value of fee725 is 0.57.

The process color (four color CMYK) of #fee725 color hex is 0.00, 0.09, 0.85, 0.00. Web safe color of #fee725 is #ffff33. Color #fee725 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 00100101
Octal 376 347 45
Decimal 254 231 37
Hex FE E7 25

RGB Percentages of Color #fee725

%48.66
%44.25
%7.09

CMYK Percentages of Color #fee725

%0
%9
%85
%0

Triadic Colors of #fee725

#fee725 #25fee7 #e725fe

Analogous Colors of #fee725

#fee725 #a9fe25 #fe7b25

Monochromatic Colors of #fee725

#fee725

Complementary Color

#fee725 #253cfe

#fee725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee725 Color CSS Codes

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

#fee725 Text Font Color

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

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


#fee725 Background Color

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

This div background color is #fee725


#fee725 Border Color

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

This div border color is #fee725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee725


Comments

No comments written yet.

Please login to write comment.