Color Hex Logo

#fcf185 Color Hex

#FCF185
(252,241,133)
0 Favorites   0 Comments

Color spaces of #fcf185

RGB 252241133
HSL0.150.950.75
HSV54°47°99°
CMYK 0.000.040.47   0.01
XYZ75.833885.299534.6579
Yxy85.29950.38730.4357
Hunter Lab92.3577-15.061942.4014
CIE-Lab94.0120-10.445953.1199

#fcf185 color RGB value is (252,241,133).

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

The process color (four color CMYK) of #fcf185 color hex is 0.00, 0.04, 0.47, 0.01. Web safe color of #fcf185 is #ffff99. Color #fcf185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 10000101
Octal 374 361 205
Decimal 252 241 133
Hex FC F1 85

RGB Percentages of Color #fcf185

%40.26
%38.50
%21.25

CMYK Percentages of Color #fcf185

%0
%4
%47
%1

Triadic Colors of #fcf185

#fcf185 #85fcf1 #f185fc

Analogous Colors of #fcf185

#fcf185 #ccfc85 #fcb685

Monochromatic Colors of #fcf185

#fcf185

Complementary Color

#fcf185 #8590fc

#fcf185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf185 Color CSS Codes

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

#fcf185 Text Font Color

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

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


#fcf185 Background Color

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

This div background color is #fcf185


#fcf185 Border Color

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

This div border color is #fcf185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf185

Related Colors


Comments

No comments written yet.

Please login to write comment.