Color Hex Logo

#fcfc38 Color Hex

#FCFC38
(252,252,56)
0 Favorites   0 Comments

Color spaces of #fcfc38

RGB 25225256
HSL0.170.970.60
HSV60°78°99°
CMYK 0.000.000.78   0.01
XYZ75.669190.601817.2411
Yxy90.60180.41230.4937
Hunter Lab95.1850-24.671855.8901
CIE-Lab96.2458-20.410485.3262

#fcfc38 color RGB value is (252,252,56).

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

The process color (four color CMYK) of #fcfc38 color hex is 0.00, 0.00, 0.78, 0.01. Web safe color of #fcfc38 is #ffff33. Color #fcfc38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 00111000
Octal 374 374 70
Decimal 252 252 56
Hex FC FC 38

RGB Percentages of Color #fcfc38

%45.00
%45.00
%10.00

CMYK Percentages of Color #fcfc38

%0
%0
%78
%1

Triadic Colors of #fcfc38

#fcfc38 #38fcfc #fc38fc

Analogous Colors of #fcfc38

#fcfc38 #9afc38 #fc9a38

Monochromatic Colors of #fcfc38

#fcfc38

Complementary Color

#fcfc38 #3838fc

#fcfc38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfc38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfc38 Color CSS Codes

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

#fcfc38 Text Font Color

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

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


#fcfc38 Background Color

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

This div background color is #fcfc38


#fcfc38 Border Color

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

This div border color is #fcfc38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfc38

Related Colors


Comments

No comments written yet.

Please login to write comment.