Color Hex Logo

#ffae25 Color Hex

#FFAE25
(255,174,37)
1 Favorites   0 Comments

Color spaces of #ffae25

RGB 25517437
HSL0.101.000.57
HSV38°85°100°
CMYK 0.000.320.85   0.00
XYZ56.710051.66578.7338
Yxy51.66570.48420.4412
Hunter Lab71.878915.042543.1110
CIE-Lab77.080519.721474.2299

#ffae25 color RGB value is (255,174,37).

#ffae25 hex color red value is 255, green value is 174 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ffae25 hue: 0.10 , saturation: 1.00 and the lightness value of ffae25 is 0.57.

The process color (four color CMYK) of #ffae25 color hex is 0.00, 0.32, 0.85, 0.00. Web safe color of #ffae25 is #ff9933. Color #ffae25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 00100101
Octal 377 256 45
Decimal 255 174 37
Hex FF AE 25

RGB Percentages of Color #ffae25

%54.72
%37.34
%7.94

CMYK Percentages of Color #ffae25

%0
%32
%85
%0

Triadic Colors of #ffae25

#ffae25 #25ffae #ae25ff

Analogous Colors of #ffae25

#ffae25 #e3ff25 #ff4125

Monochromatic Colors of #ffae25

#ffae25

Complementary Color

#ffae25 #2576ff

#ffae25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae25 Color CSS Codes

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

#ffae25 Text Font Color

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

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


#ffae25 Background Color

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

This div background color is #ffae25


#ffae25 Border Color

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

This div border color is #ffae25


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,174,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 #ffae25">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae25

Related Colors


Comments

No comments written yet.

Please login to write comment.