Color Hex Logo

#fce930 Color Hex

#FCE930
(252,233,48)
0 Favorites   0 Comments

Color spaces of #fce930

RGB 25223348
HSL0.150.970.59
HSV54°81°99°
CMYK 0.000.080.81   0.01
XYZ69.817379.186714.4011
Yxy79.18670.42730.4846
Hunter Lab88.9869-15.679752.6957
CIE-Lab91.3187-11.440483.1320

#fce930 color RGB value is (252,233,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 00110000
Octal 374 351 60
Decimal 252 233 48
Hex FC E9 30

RGB Percentages of Color #fce930

%47.28
%43.71
%9.01

CMYK Percentages of Color #fce930

%0
%8
%81
%1

Triadic Colors of #fce930

#fce930 #30fce9 #e930fc

Analogous Colors of #fce930

#fce930 #a9fc30 #fc8330

Monochromatic Colors of #fce930

#fce930

Complementary Color

#fce930 #3043fc

#fce930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce930 Color CSS Codes

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

#fce930 Text Font Color

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

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


#fce930 Background Color

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

This div background color is #fce930


#fce930 Border Color

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

This div border color is #fce930


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,233,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 #fce930">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce930

Related Colors


Comments

No comments written yet.

Please login to write comment.