Color Hex Logo

#fcc18e Color Hex

#FCC18E
(252,193,142)
0 Favorites   0 Comments

Color spaces of #fcc18e

RGB 252193142
HSL0.080.950.77
HSV28°44°99°
CMYK 0.000.230.44   0.01
XYZ64.097360.788433.9462
Yxy60.78840.40360.3827
Hunter Lab77.966910.304328.7624
CIE-Lab82.264914.911833.8074

#fcc18e color RGB value is (252,193,142).

#fcc18e hex color red value is 252, green value is 193 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fcc18e hue: 0.08 , saturation: 0.95 and the lightness value of fcc18e is 0.77.

The process color (four color CMYK) of #fcc18e color hex is 0.00, 0.23, 0.44, 0.01. Web safe color of #fcc18e is #ffcc99. Color #fcc18e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 10001110
Octal 374 301 216
Decimal 252 193 142
Hex FC C1 8E

RGB Percentages of Color #fcc18e

%42.93
%32.88
%24.19

CMYK Percentages of Color #fcc18e

%0
%23
%44
%1

Triadic Colors of #fcc18e

#fcc18e #8efcc1 #c18efc

Analogous Colors of #fcc18e

#fcc18e #fcf88e #fc8e92

Monochromatic Colors of #fcc18e

#fcc18e

Complementary Color

#fcc18e #8ec9fc

#fcc18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc18e Color CSS Codes

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

#fcc18e Text Font Color

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

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


#fcc18e Background Color

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

This div background color is #fcc18e


#fcc18e Border Color

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

This div border color is #fcc18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc18e


Comments

No comments written yet.

Please login to write comment.