color codes Logo

#fcdb5c color codes

#FCDB5C
(252,219,92)
0 Favorites   0 Comments

Color spaces of #fcdb5c

RGB 25221992
HSL0.130.960.67
HSV48°63°99°
CMYK 0.000.130.63   0.01
XYZ67.408272.131220.4951
Yxy72.13120.42120.4507
Hunter Lab84.9301-6.953945.1434
CIE-Lab88.0317-2.522164.7451

#fcdb5c color RGB value is (252,219,92).

#fcdb5c hex color red value is 252, green value is 219 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fcdb5c hue: 0.13 , saturation: 0.96 and the lightness value of fcdb5c is 0.67.

The process color (four color CMYK) of #fcdb5c color code is 0.00, 0.13, 0.63, 0.01. Web safe color of #fcdb5c is #ffcc66. Color #fcdb5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 01011100
Octal 374 333 134
Decimal 252 219 92
Hex FC DB 5C

RGB Percentages of Color #fcdb5c

%44.76
%38.90
%16.34

CMYK Percentages of Color #fcdb5c

%0
%13
%63
%1

Triadic Colors of #fcdb5c

#fcdb5c #5cfcdb #db5cfc

Analogous Colors of #fcdb5c

#fcdb5c #cdfc5c #fc8b5c

Monochromatic Colors of #fcdb5c

#fcdb5c

Complementary Color

#fcdb5c #5c7dfc

#fcdb5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb5c Color CSS Codes

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

#fcdb5c Text Font Color

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

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


#fcdb5c Background Color

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

This div background color is #fcdb5c


#fcdb5c Border Color

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

This div border color is #fcdb5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb5c


Comments

No comments written yet.

Please login to write comment.