color codes Logo

#fcdb2f color codes

#FCDB2F
(252,219,47)
0 Favorites   0 Comments

Color spaces of #fcdb2f

RGB 25221947
HSL0.140.970.59
HSV50°81°99°
CMYK 0.000.130.81   0.01
XYZ65.989571.563713.0245
Yxy71.56370.43820.4753
Hunter Lab84.5953-8.801050.0883
CIE-Lab87.7582-4.493480.3493

#fcdb2f color RGB value is (252,219,47).

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

The process color (four color CMYK) of #fcdb2f color code is 0.00, 0.13, 0.81, 0.01. Web safe color of #fcdb2f is #ffcc33. Color #fcdb2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 00101111
Octal 374 333 57
Decimal 252 219 47
Hex FC DB 2F

RGB Percentages of Color #fcdb2f

%48.65
%42.28
%9.07

CMYK Percentages of Color #fcdb2f

%0
%13
%81
%1

Triadic Colors of #fcdb2f

#fcdb2f #2ffcdb #db2ffc

Analogous Colors of #fcdb2f

#fcdb2f #b7fc2f #fc752f

Monochromatic Colors of #fcdb2f

#fcdb2f

Complementary Color

#fcdb2f #2f50fc

#fcdb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb2f Color CSS Codes

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

#fcdb2f Text Font Color

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

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


#fcdb2f Background Color

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

This div background color is #fcdb2f


#fcdb2f Border Color

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

This div border color is #fcdb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb2f

Related Colors


Comments

No comments written yet.

Please login to write comment.