Color Hex Logo

#fdf632 Color Hex

#FDF632
(253,246,50)
0 Favorites   0 Comments

Color spaces of #fdf632

RGB 25324650
HSL0.160.980.59
HSV58°80°99°
CMYK 0.000.030.80   0.01
XYZ74.039587.024515.9127
Yxy87.02450.41840.4917
Hunter Lab93.2869-21.581155.1873
CIE-Lab94.7487-17.307985.5984

#fdf632 color RGB value is (253,246,50).

#fdf632 hex color red value is 253, green value is 246 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #fdf632 hue: 0.16 , saturation: 0.98 and the lightness value of fdf632 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110110 00110010
Octal 375 366 62
Decimal 253 246 50
Hex FD F6 32

RGB Percentages of Color #fdf632

%46.08
%44.81
%9.11

CMYK Percentages of Color #fdf632

%0
%3
%80
%1

Triadic Colors of #fdf632

#fdf632 #32fdf6 #f632fd

Analogous Colors of #fdf632

#fdf632 #9ffd32 #fd9132

Monochromatic Colors of #fdf632

#fdf632

Complementary Color

#fdf632 #3239fd

#fdf632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf632 Color CSS Codes

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

#fdf632 Text Font Color

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

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


#fdf632 Background Color

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

This div background color is #fdf632


#fdf632 Border Color

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

This div border color is #fdf632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf632


Comments

No comments written yet.

Please login to write comment.