Color Hex Logo

#fdfc38 Color Hex

#FDFC38
(253,252,56)
0 Favorites   0 Comments

Color spaces of #fdfc38

RGB 25325256
HSL0.170.980.61
HSV60°78°99°
CMYK 0.000.000.78   0.01
XYZ76.032290.789017.2581
Yxy90.78900.41300.4932
Hunter Lab95.2833-24.309955.9594
CIE-Lab96.3231-20.003485.4239

#fdfc38 color RGB value is (253,252,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 00111000
Octal 375 374 70
Decimal 253 252 56
Hex FD FC 38

RGB Percentages of Color #fdfc38

%45.10
%44.92
%9.98

CMYK Percentages of Color #fdfc38

%0
%0
%78
%1

Triadic Colors of #fdfc38

#fdfc38 #38fdfc #fc38fd

Analogous Colors of #fdfc38

#fdfc38 #9cfd38 #fd9a38

Monochromatic Colors of #fdfc38

#fdfc38

Complementary Color

#fdfc38 #3839fd

#fdfc38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfc38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfc38 Color CSS Codes

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

#fdfc38 Text Font Color

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

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


#fdfc38 Background Color

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

This div background color is #fdfc38


#fdfc38 Border Color

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

This div border color is #fdfc38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfc38

Related Colors


Comments

No comments written yet.

Please login to write comment.