Color Hex Logo

#fcd02b Color Hex

#FCD02B
(252,208,43)
0 Favorites   0 Comments

Color spaces of #fcd02b

RGB 25220843
HSL0.130.970.58
HSV47°83°99°
CMYK 0.000.170.83   0.01
XYZ63.136865.981611.6936
Yxy65.98160.44840.4686
Hunter Lab81.2291-3.408448.3251
CIE-Lab84.98700.977179.0494

#fcd02b color RGB value is (252,208,43).

#fcd02b hex color red value is 252, green value is 208 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fcd02b hue: 0.13 , saturation: 0.97 and the lightness value of fcd02b is 0.58.

The process color (four color CMYK) of #fcd02b color hex is 0.00, 0.17, 0.83, 0.01. Web safe color of #fcd02b is #ffcc33. Color #fcd02b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010000 00101011
Octal 374 320 53
Decimal 252 208 43
Hex FC D0 2B

RGB Percentages of Color #fcd02b

%50.10
%41.35
%8.55

CMYK Percentages of Color #fcd02b

%0
%17
%83
%1

Triadic Colors of #fcd02b

#fcd02b #2bfcd0 #d02bfc

Analogous Colors of #fcd02b

#fcd02b #c0fc2b #fc682b

Monochromatic Colors of #fcd02b

#fcd02b

Complementary Color

#fcd02b #2b57fc

#fcd02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd02b Color CSS Codes

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

#fcd02b Text Font Color

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

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


#fcd02b Background Color

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

This div background color is #fcd02b


#fcd02b Border Color

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

This div border color is #fcd02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd02b


Comments

No comments written yet.

Please login to write comment.