Color Hex Logo

#fcef50 Color Hex

#FCEF50
(252,239,80)
0 Favorites   0 Comments

Color spaces of #fcef50

RGB 25223980
HSL0.150.970.65
HSV55°68°99°
CMYK 0.000.050.68   0.01
XYZ72.459483.007619.7925
Yxy83.00760.41340.4736
Hunter Lab91.1085-17.477350.8957
CIE-Lab93.0178-13.143474.6668

#fcef50 color RGB value is (252,239,80).

#fcef50 hex color red value is 252, green value is 239 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fcef50 hue: 0.15 , saturation: 0.97 and the lightness value of fcef50 is 0.65.

The process color (four color CMYK) of #fcef50 color hex is 0.00, 0.05, 0.68, 0.01. Web safe color of #fcef50 is #ffff66. Color #fcef50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 01010000
Octal 374 357 120
Decimal 252 239 80
Hex FC EF 50

RGB Percentages of Color #fcef50

%44.13
%41.86
%14.01

CMYK Percentages of Color #fcef50

%0
%5
%68
%1

Triadic Colors of #fcef50

#fcef50 #50fcef #ef50fc

Analogous Colors of #fcef50

#fcef50 #b3fc50 #fc9950

Monochromatic Colors of #fcef50

#fcef50

Complementary Color

#fcef50 #505dfc

#fcef50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcef50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcef50 Color CSS Codes

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

#fcef50 Text Font Color

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

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


#fcef50 Background Color

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

This div background color is #fcef50


#fcef50 Border Color

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

This div border color is #fcef50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcef50


Comments

No comments written yet.

Please login to write comment.