Color Hex Logo

#fcfb10 Color Hex

#FCFB10
(252,251,16)
0 Favorites   0 Comments

Color spaces of #fcfb10

RGB 25225116
HSL0.170.980.53
HSV60°94°99°
CMYK 0.000.000.94   0.01
XYZ74.735689.727213.8703
Yxy89.72720.41910.5031
Hunter Lab94.7244-24.935057.6254
CIE-Lab95.8835-20.762192.2700

#fcfb10 color RGB value is (252,251,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 00010000
Octal 374 373 20
Decimal 252 251 16
Hex FC FB 10

RGB Percentages of Color #fcfb10

%48.55
%48.36
%3.08

CMYK Percentages of Color #fcfb10

%0
%0
%94
%1

Triadic Colors of #fcfb10

#fcfb10 #10fcfb #fb10fc

Analogous Colors of #fcfb10

#fcfb10 #87fc10 #fc8510

Monochromatic Colors of #fcfb10

#fcfb10

Complementary Color

#fcfb10 #1011fc

#fcfb10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfb10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfb10 Color CSS Codes

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

#fcfb10 Text Font Color

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

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


#fcfb10 Background Color

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

This div background color is #fcfb10


#fcfb10 Border Color

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

This div border color is #fcfb10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfb10

Related Colors


Comments

No comments written yet.

Please login to write comment.