Color Hex Logo

#fcd23b Color Hex

#FCD23B
(252,210,59)
0 Favorites   0 Comments

Color spaces of #fcd23b

RGB 25221059
HSL0.130.970.61
HSV47°77°99°
CMYK 0.000.170.77   0.01
XYZ63.980967.104413.7180
Yxy67.10440.44180.4634
Hunter Lab81.9173-3.939147.4133
CIE-Lab85.55660.457574.8348

#fcd23b color RGB value is (252,210,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 00111011
Octal 374 322 73
Decimal 252 210 59
Hex FC D2 3B

RGB Percentages of Color #fcd23b

%48.37
%40.31
%11.32

CMYK Percentages of Color #fcd23b

%0
%17
%77
%1

Triadic Colors of #fcd23b

#fcd23b #3bfcd2 #d23bfc

Analogous Colors of #fcd23b

#fcd23b #c6fc3b #fc723b

Monochromatic Colors of #fcd23b

#fcd23b

Complementary Color

#fcd23b #3b65fc

#fcd23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd23b Color CSS Codes

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

#fcd23b Text Font Color

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

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


#fcd23b Background Color

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

This div background color is #fcd23b


#fcd23b Border Color

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

This div border color is #fcd23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd23b

Related Colors


Comments

No comments written yet.

Please login to write comment.