Color Hex Logo

#fcf267 Color Hex

#FCF267
(252,242,103)
0 Favorites   0 Comments

Color spaces of #fcf267

RGB 252242103
HSL0.160.960.70
HSV56°59°99°
CMYK 0.000.040.59   0.01
XYZ74.345285.179025.3547
Yxy85.17900.40210.4607
Hunter Lab92.2925-17.723148.3165
CIE-Lab93.9602-13.277066.5419

#fcf267 color RGB value is (252,242,103).

#fcf267 hex color red value is 252, green value is 242 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #fcf267 hue: 0.16 , saturation: 0.96 and the lightness value of fcf267 is 0.70.

The process color (four color CMYK) of #fcf267 color hex is 0.00, 0.04, 0.59, 0.01. Web safe color of #fcf267 is #ffff66. Color #fcf267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 01100111
Octal 374 362 147
Decimal 252 242 103
Hex FC F2 67

RGB Percentages of Color #fcf267

%42.21
%40.54
%17.25

CMYK Percentages of Color #fcf267

%0
%4
%59
%1

Triadic Colors of #fcf267

#fcf267 #67fcf2 #f267fc

Analogous Colors of #fcf267

#fcf267 #bcfc67 #fca867

Monochromatic Colors of #fcf267

#fcf267

Complementary Color

#fcf267 #6771fc

#fcf267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf267 Color CSS Codes

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

#fcf267 Text Font Color

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

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


#fcf267 Background Color

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

This div background color is #fcf267


#fcf267 Border Color

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

This div border color is #fcf267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf267


Comments

No comments written yet.

Please login to write comment.