Color Hex Logo

#fcfb15 Color Hex

#FCFB15
(252,251,21)
0 Favorites   0 Comments

Color spaces of #fcfb15

RGB 25225121
HSL0.170.970.54
HSV60°92°99°
CMYK 0.000.000.92   0.01
XYZ74.777489.744014.0906
Yxy89.74400.41870.5025
Hunter Lab94.7333-24.885057.4945
CIE-Lab95.8905-20.706291.7521

#fcfb15 color RGB value is (252,251,21).

#fcfb15 hex color red value is 252, green value is 251 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fcfb15 hue: 0.17 , saturation: 0.97 and the lightness value of fcfb15 is 0.54.

The process color (four color CMYK) of #fcfb15 color hex is 0.00, 0.00, 0.92, 0.01. Web safe color of #fcfb15 is #ffff00. Color #fcfb15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 00010101
Octal 374 373 25
Decimal 252 251 21
Hex FC FB 15

RGB Percentages of Color #fcfb15

%48.09
%47.90
%4.01

CMYK Percentages of Color #fcfb15

%0
%0
%92
%1

Triadic Colors of #fcfb15

#fcfb15 #15fcfb #fb15fc

Analogous Colors of #fcfb15

#fcfb15 #8afc15 #fc8815

Monochromatic Colors of #fcfb15

#fcfb15

Complementary Color

#fcfb15 #1516fc

#fcfb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfb15 Color CSS Codes

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

#fcfb15 Text Font Color

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

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


#fcfb15 Background Color

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

This div background color is #fcfb15


#fcfb15 Border Color

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

This div border color is #fcfb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfb15

Related Colors


Comments

No comments written yet.

Please login to write comment.