Color Hex Logo

#fcdb05 Color Hex

#FCDB05
(252,219,5)
0 Favorites   0 Comments

Color spaces of #fcdb05

RGB 2522195
HSL0.140.980.50
HSV52°98°99°
CMYK 0.000.130.98   0.01
XYZ65.503871.369410.4668
Yxy71.36940.44460.4844
Hunter Lab84.4804-9.436751.7905
CIE-Lab87.6642-5.177287.1132

#fcdb05 color RGB value is (252,219,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 00000101
Octal 374 333 5
Decimal 252 219 5
Hex FC DB 5

RGB Percentages of Color #fcdb05

%52.94
%46.01
%1.05

CMYK Percentages of Color #fcdb05

%0
%13
%98
%1

Triadic Colors of #fcdb05

#fcdb05 #05fcdb #db05fc

Analogous Colors of #fcdb05

#fcdb05 #a2fc05 #fc6005

Monochromatic Colors of #fcdb05

#fcdb05

Complementary Color

#fcdb05 #0526fc

#fcdb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb05 Color CSS Codes

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

#fcdb05 Text Font Color

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

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


#fcdb05 Background Color

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

This div background color is #fcdb05


#fcdb05 Border Color

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

This div border color is #fcdb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb05

Related Colors


Comments

No comments written yet.

Please login to write comment.