Color Hex Logo

#ffae64 Color Hex

#FFAE64
(255,174,100)
0 Favorites   0 Comments

Color spaces of #ffae64

RGB 255174100
HSL0.081.000.70
HSV29°61°100°
CMYK 0.000.320.61   0.00
XYZ58.676352.452219.0883
Yxy52.45220.45060.4028
Hunter Lab72.423917.875135.0700
CIE-Lab77.550522.505649.3589

#ffae64 color RGB value is (255,174,100).

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

The process color (four color CMYK) of #ffae64 color hex is 0.00, 0.32, 0.61, 0.00. Web safe color of #ffae64 is #ff9966. Color #ffae64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 01100100
Octal 377 256 144
Decimal 255 174 100
Hex FF AE 64

RGB Percentages of Color #ffae64

%48.20
%32.89
%18.90

CMYK Percentages of Color #ffae64

%0
%32
%61
%0

Triadic Colors of #ffae64

#ffae64 #64ffae #ae64ff

Analogous Colors of #ffae64

#ffae64 #fffc64 #ff6468

Monochromatic Colors of #ffae64

#ffae64

Complementary Color

#ffae64 #64b5ff

#ffae64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae64 Color CSS Codes

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

#ffae64 Text Font Color

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

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


#ffae64 Background Color

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

This div background color is #ffae64


#ffae64 Border Color

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

This div border color is #ffae64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae64


Comments

No comments written yet.

Please login to write comment.