Color Hex Logo

#fcdb15 Color Hex

#FCDB15
(252,219,21)
0 Favorites   0 Comments

Color spaces of #fcdb15

RGB 25221921
HSL0.140.970.54
HSV51°92°99°
CMYK 0.000.130.92   0.01
XYZ65.611871.412611.0354
Yxy71.41260.44310.4823
Hunter Lab84.5060-9.295251.4117
CIE-Lab87.6851-5.024785.5194

#fcdb15 color RGB value is (252,219,21).

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

The process color (four color CMYK) of #fcdb15 color hex is 0.00, 0.13, 0.92, 0.01. Web safe color of #fcdb15 is #ffcc00. Color #fcdb15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 00010101
Octal 374 333 25
Decimal 252 219 21
Hex FC DB 15

RGB Percentages of Color #fcdb15

%51.22
%44.51
%4.27

CMYK Percentages of Color #fcdb15

%0
%13
%92
%1

Triadic Colors of #fcdb15

#fcdb15 #15fcdb #db15fc

Analogous Colors of #fcdb15

#fcdb15 #aafc15 #fc6815

Monochromatic Colors of #fcdb15

#fcdb15

Complementary Color

#fcdb15 #1536fc

#fcdb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb15 Color CSS Codes

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

#fcdb15 Text Font Color

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

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


#fcdb15 Background Color

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

This div background color is #fcdb15


#fcdb15 Border Color

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

This div border color is #fcdb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb15


Comments

No comments written yet.

Please login to write comment.