Color Hex Logo

#fcfb58 Color Hex

#FCFB58
(252,251,88)
0 Favorites   0 Comments

Color spaces of #fcfb58

RGB 25225188
HSL0.170.960.67
HSV60°65°99°
CMYK 0.000.000.65   0.01
XYZ76.403590.394422.6535
Yxy90.39440.40330.4771
Hunter Lab95.0760-22.939552.4263
CIE-Lab96.1601-18.546674.8695

#fcfb58 color RGB value is (252,251,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 01011000
Octal 374 373 130
Decimal 252 251 88
Hex FC FB 58

RGB Percentages of Color #fcfb58

%42.64
%42.47
%14.89

CMYK Percentages of Color #fcfb58

%0
%0
%65
%1

Triadic Colors of #fcfb58

#fcfb58 #58fcfb #fb58fc

Analogous Colors of #fcfb58

#fcfb58 #abfc58 #fca958

Monochromatic Colors of #fcfb58

#fcfb58

Complementary Color

#fcfb58 #5859fc

#fcfb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfb58 Color CSS Codes

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

#fcfb58 Text Font Color

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

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


#fcfb58 Background Color

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

This div background color is #fcfb58


#fcfb58 Border Color

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

This div border color is #fcfb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfb58

Related Colors


Comments

No comments written yet.

Please login to write comment.