Color Hex Logo

#fcfe10 Color Hex

#FCFE10
(252,254,16)
0 Favorites   0 Comments

Color spaces of #fcfe10

RGB 25225416
HSL0.170.990.53
HSV61°94°100°
CMYK 0.010.000.94   0.00
XYZ75.680291.616514.1852
Yxy91.61650.41700.5048
Hunter Lab95.7165-26.369258.2148
CIE-Lab96.6633-22.187392.8587

#fcfe10 color RGB value is (252,254,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 00010000
Octal 374 376 20
Decimal 252 254 16
Hex FC FE 10

RGB Percentages of Color #fcfe10

%48.28
%48.66
%3.07

CMYK Percentages of Color #fcfe10

%1
%0
%94
%0

Triadic Colors of #fcfe10

#fcfe10 #10fcfe #fe10fc

Analogous Colors of #fcfe10

#fcfe10 #85fe10 #fe8910

Monochromatic Colors of #fcfe10

#fcfe10

Complementary Color

#fcfe10 #1210fe

#fcfe10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfe10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfe10 Color CSS Codes

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

#fcfe10 Text Font Color

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

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


#fcfe10 Background Color

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

This div background color is #fcfe10


#fcfe10 Border Color

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

This div border color is #fcfe10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfe10

Related Colors


Comments

No comments written yet.

Please login to write comment.