Color Hex Logo

#fcdb01 Color Hex

#FCDB01
(252,219,1)
0 Favorites   0 Comments

Color spaces of #fcdb01

RGB 2522191
HSL0.140.990.50
HSV52°100°99°
CMYK 0.000.131.00   0.01
XYZ65.481971.360710.3514
Yxy71.36070.44490.4848
Hunter Lab84.4753-9.465551.8674
CIE-Lab87.6600-5.208287.4439

#fcdb01 color RGB value is (252,219,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 00000001
Octal 374 333 1
Decimal 252 219 1
Hex FC DB 1

RGB Percentages of Color #fcdb01

%53.39
%46.40
%0.21

CMYK Percentages of Color #fcdb01

%0
%13
%100
%1

Triadic Colors of #fcdb01

#fcdb01 #01fcdb #db01fc

Analogous Colors of #fcdb01

#fcdb01 #a0fc01 #fc5e01

Monochromatic Colors of #fcdb01

#fcdb01

Complementary Color

#fcdb01 #0122fc

#fcdb01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb01 Color CSS Codes

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

#fcdb01 Text Font Color

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

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


#fcdb01 Background Color

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

This div background color is #fcdb01


#fcdb01 Border Color

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

This div border color is #fcdb01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb01


Comments

No comments written yet.

Please login to write comment.