Color Hex Logo

#fdc51b Color Hex

#FDC51B
(253,197,27)
0 Favorites   0 Comments

Color spaces of #fdc51b

RGB 25319727
HSL0.130.980.55
HSV45°89°99°
CMYK 0.000.220.89   0.01
XYZ60.672160.89439.5929
Yxy60.89430.46260.4643
Hunter Lab78.03482.222947.3358
CIE-Lab82.32196.712480.5267

#fdc51b color RGB value is (253,197,27).

#fdc51b hex color red value is 253, green value is 197 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fdc51b hue: 0.13 , saturation: 0.98 and the lightness value of fdc51b is 0.55.

The process color (four color CMYK) of #fdc51b color hex is 0.00, 0.22, 0.89, 0.01. Web safe color of #fdc51b is #ffcc33. Color #fdc51b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 00011011
Octal 375 305 33
Decimal 253 197 27
Hex FD C5 1B

RGB Percentages of Color #fdc51b

%53.04
%41.30
%5.66

CMYK Percentages of Color #fdc51b

%0
%22
%89
%1

Triadic Colors of #fdc51b

#fdc51b #1bfdc5 #c51bfd

Analogous Colors of #fdc51b

#fdc51b #c4fd1b #fd541b

Monochromatic Colors of #fdc51b

#fdc51b

Complementary Color

#fdc51b #1b53fd

#fdc51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc51b Color CSS Codes

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

#fdc51b Text Font Color

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

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


#fdc51b Background Color

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

This div background color is #fdc51b


#fdc51b Border Color

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

This div border color is #fdc51b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc51b


Comments

No comments written yet.

Please login to write comment.