Color Hex Logo

#fcae85 Color Hex

#FCAE85
(252,174,133)
0 Favorites   0 Comments

Color spaces of #fcae85

RGB 252174133
HSL0.060.950.75
HSV21°47°99°
CMYK 0.000.310.47   0.01
XYZ59.514652.661029.2181
Yxy52.66100.42090.3724
Hunter Lab72.567919.398126.9255
CIE-Lab77.674423.989232.5064

#fcae85 color RGB value is (252,174,133).

#fcae85 hex color red value is 252, green value is 174 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #fcae85 hue: 0.06 , saturation: 0.95 and the lightness value of fcae85 is 0.75.

The process color (four color CMYK) of #fcae85 color hex is 0.00, 0.31, 0.47, 0.01. Web safe color of #fcae85 is #ff9999. Color #fcae85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 10000101
Octal 374 256 205
Decimal 252 174 133
Hex FC AE 85

RGB Percentages of Color #fcae85

%45.08
%31.13
%23.79

CMYK Percentages of Color #fcae85

%0
%31
%47
%1

Triadic Colors of #fcae85

#fcae85 #85fcae #ae85fc

Analogous Colors of #fcae85

#fcae85 #fcea85 #fc8598

Monochromatic Colors of #fcae85

#fcae85

Complementary Color

#fcae85 #85d3fc

#fcae85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcae85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcae85 Color CSS Codes

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

#fcae85 Text Font Color

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

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


#fcae85 Background Color

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

This div background color is #fcae85


#fcae85 Border Color

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

This div border color is #fcae85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcae85

Related Colors


Comments

No comments written yet.

Please login to write comment.