Color Hex Logo

#fcef30 Color Hex

#FCEF30
(252,239,48)
0 Favorites   0 Comments

Color spaces of #fcef30

RGB 25223948
HSL0.160.970.59
HSV56°81°99°
CMYK 0.000.050.81   0.01
XYZ71.544982.641914.9770
Yxy82.64190.42290.4885
Hunter Lab90.9076-18.607653.8673
CIE-Lab92.8574-14.382084.4444

#fcef30 color RGB value is (252,239,48).

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

The process color (four color CMYK) of #fcef30 color hex is 0.00, 0.05, 0.81, 0.01. Web safe color of #fcef30 is #ffff33. Color #fcef30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 00110000
Octal 374 357 60
Decimal 252 239 48
Hex FC EF 30

RGB Percentages of Color #fcef30

%46.75
%44.34
%8.91

CMYK Percentages of Color #fcef30

%0
%5
%81
%1

Triadic Colors of #fcef30

#fcef30 #30fcef #ef30fc

Analogous Colors of #fcef30

#fcef30 #a3fc30 #fc8930

Monochromatic Colors of #fcef30

#fcef30

Complementary Color

#fcef30 #303dfc

#fcef30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcef30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcef30 Color CSS Codes

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

#fcef30 Text Font Color

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

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


#fcef30 Background Color

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

This div background color is #fcef30


#fcef30 Border Color

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

This div border color is #fcef30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcef30

Related Colors


Comments

No comments written yet.

Please login to write comment.