Color Hex Logo

#fcd40b Color Hex

#FCD40B
(252,212,11)
0 Favorites   0 Comments

Color spaces of #fcd40b

RGB 25221211
HSL0.140.980.52
HSV50°96°99°
CMYK 0.000.160.96   0.01
XYZ63.748867.806610.0447
Yxy67.80660.45020.4789
Hunter Lab82.3448-5.914150.4089
CIE-Lab85.9097-1.594685.3367

#fcd40b color RGB value is (252,212,11).

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

The process color (four color CMYK) of #fcd40b color hex is 0.00, 0.16, 0.96, 0.01. Web safe color of #fcd40b is #ffcc00. Color #fcd40b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 00001011
Octal 374 324 13
Decimal 252 212 11
Hex FC D4 B

RGB Percentages of Color #fcd40b

%53.05
%44.63
%2.32

CMYK Percentages of Color #fcd40b

%0
%16
%96
%1

Triadic Colors of #fcd40b

#fcd40b #0bfcd4 #d40bfc

Analogous Colors of #fcd40b

#fcd40b #acfc0b #fc5c0b

Monochromatic Colors of #fcd40b

#fcd40b

Complementary Color

#fcd40b #0b33fc

#fcd40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd40b Color CSS Codes

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

#fcd40b Text Font Color

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

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


#fcd40b Background Color

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

This div background color is #fcd40b


#fcd40b Border Color

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

This div border color is #fcd40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd40b


Comments

No comments written yet.

Please login to write comment.