Color Hex Logo

#fdcb51 Color Hex

#FDCB51
(253,203,81)
0 Favorites   0 Comments

Color spaces of #fdcb51

RGB 25320381
HSL0.120.980.65
HSV43°68°99°
CMYK 0.000.200.68   0.01
XYZ63.349264.188616.8354
Yxy64.18860.43880.4446
Hunter Lab80.11780.934043.6237
CIE-Lab84.06395.444965.1783

#fdcb51 color RGB value is (253,203,81).

#fdcb51 hex color red value is 253, green value is 203 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #fdcb51 hue: 0.12 , saturation: 0.98 and the lightness value of fdcb51 is 0.65.

The process color (four color CMYK) of #fdcb51 color hex is 0.00, 0.20, 0.68, 0.01. Web safe color of #fdcb51 is #ffcc66. Color #fdcb51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 01010001
Octal 375 313 121
Decimal 253 203 81
Hex FD CB 51

RGB Percentages of Color #fdcb51

%47.11
%37.80
%15.08

CMYK Percentages of Color #fdcb51

%0
%20
%68
%1

Triadic Colors of #fdcb51

#fdcb51 #51fdcb #cb51fd

Analogous Colors of #fdcb51

#fdcb51 #d9fd51 #fd7551

Monochromatic Colors of #fdcb51

#fdcb51

Complementary Color

#fdcb51 #5183fd

#fdcb51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb51 Color CSS Codes

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

#fdcb51 Text Font Color

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

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


#fdcb51 Background Color

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

This div background color is #fdcb51


#fdcb51 Border Color

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

This div border color is #fdcb51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb51


Comments

No comments written yet.

Please login to write comment.