Color Hex Logo

#fcdb49 Color Hex

#FCDB49
(252,219,73)
0 Favorites   0 Comments

Color spaces of #fcdb49

RGB 25221973
HSL0.140.970.64
HSV49°71°99°
CMYK 0.000.130.71   0.01
XYZ66.679071.839516.6554
Yxy71.83950.42970.4630
Hunter Lab84.7582-7.901447.6800
CIE-Lab87.8913-3.530572.1612

#fcdb49 color RGB value is (252,219,73).

#fcdb49 hex color red value is 252, green value is 219 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #fcdb49 hue: 0.14 , saturation: 0.97 and the lightness value of fcdb49 is 0.64.

The process color (four color CMYK) of #fcdb49 color hex is 0.00, 0.13, 0.71, 0.01. Web safe color of #fcdb49 is #ffcc33. Color #fcdb49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 01001001
Octal 374 333 111
Decimal 252 219 73
Hex FC DB 49

RGB Percentages of Color #fcdb49

%46.32
%40.26
%13.42

CMYK Percentages of Color #fcdb49

%0
%13
%71
%1

Triadic Colors of #fcdb49

#fcdb49 #49fcdb #db49fc

Analogous Colors of #fcdb49

#fcdb49 #c4fc49 #fc8249

Monochromatic Colors of #fcdb49

#fcdb49

Complementary Color

#fcdb49 #496afc

#fcdb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb49 Color CSS Codes

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

#fcdb49 Text Font Color

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

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


#fcdb49 Background Color

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

This div background color is #fcdb49


#fcdb49 Border Color

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

This div border color is #fcdb49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb49

Related Colors


Comments

No comments written yet.

Please login to write comment.