Color Hex Logo

#fca27d Color Hex

#FCA27D
(252,162,125)
0 Favorites   0 Comments

Color spaces of #fca27d

RGB 252162125
HSL0.050.950.74
HSV17°50°99°
CMYK 0.000.360.50   0.01
XYZ56.766948.016825.6783
Yxy48.01680.43510.3681
Hunter Lab69.294224.965326.5348
CIE-Lab74.835529.538833.0470

#fca27d color RGB value is (252,162,125).

#fca27d hex color red value is 252, green value is 162 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fca27d hue: 0.05 , saturation: 0.95 and the lightness value of fca27d is 0.74.

The process color (four color CMYK) of #fca27d color hex is 0.00, 0.36, 0.50, 0.01. Web safe color of #fca27d is #ff9966. Color #fca27d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 01111101
Octal 374 242 175
Decimal 252 162 125
Hex FC A2 7D

RGB Percentages of Color #fca27d

%46.75
%30.06
%23.19

CMYK Percentages of Color #fca27d

%0
%36
%50
%1

Triadic Colors of #fca27d

#fca27d #7dfca2 #a27dfc

Analogous Colors of #fca27d

#fca27d #fce27d #fc7d98

Monochromatic Colors of #fca27d

#fca27d

Complementary Color

#fca27d #7dd7fc

#fca27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca27d Color CSS Codes

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

#fca27d Text Font Color

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

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


#fca27d Background Color

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

This div background color is #fca27d


#fca27d Border Color

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

This div border color is #fca27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca27d

Related Colors


Comments

No comments written yet.

Please login to write comment.