Color Hex Logo

#fcdb42 Color Hex

#FCDB42
(252,219,66)
0 Favorites   0 Comments

Color spaces of #fcdb42

RGB 25221966
HSL0.140.970.62
HSV49°74°99°
CMYK 0.000.130.74   0.01
XYZ66.459871.751815.5009
Yxy71.75180.43240.4668
Hunter Lab84.7064-8.187048.4447
CIE-Lab87.8490-3.835674.6191

#fcdb42 color RGB value is (252,219,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 01000010
Octal 374 333 102
Decimal 252 219 66
Hex FC DB 42

RGB Percentages of Color #fcdb42

%46.93
%40.78
%12.29

CMYK Percentages of Color #fcdb42

%0
%13
%74
%1

Triadic Colors of #fcdb42

#fcdb42 #42fcdb #db42fc

Analogous Colors of #fcdb42

#fcdb42 #c0fc42 #fc7e42

Monochromatic Colors of #fcdb42

#fcdb42

Complementary Color

#fcdb42 #4263fc

#fcdb42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb42 Color CSS Codes

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

#fcdb42 Text Font Color

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

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


#fcdb42 Background Color

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

This div background color is #fcdb42


#fcdb42 Border Color

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

This div border color is #fcdb42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb42


Comments

No comments written yet.

Please login to write comment.