Color Hex Logo

#fce121 Color Hex

#FCE121
(252,225,33)
0 Favorites   0 Comments

Color spaces of #fce121

RGB 25222533
HSL0.150.970.56
HSV53°87°99°
CMYK 0.000.110.87   0.01
XYZ67.344674.655712.2994
Yxy74.65570.43650.4838
Hunter Lab86.4035-12.079852.0426
CIE-Lab89.2315-7.833884.7533

#fce121 color RGB value is (252,225,33).

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

The process color (four color CMYK) of #fce121 color hex is 0.00, 0.11, 0.87, 0.01. Web safe color of #fce121 is #ffcc33. Color #fce121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 00100001
Octal 374 341 41
Decimal 252 225 33
Hex FC E1 21

RGB Percentages of Color #fce121

%49.41
%44.12
%6.47

CMYK Percentages of Color #fce121

%0
%11
%87
%1

Triadic Colors of #fce121

#fce121 #21fce1 #e121fc

Analogous Colors of #fce121

#fce121 #aafc21 #fc7421

Monochromatic Colors of #fce121

#fce121

Complementary Color

#fce121 #213cfc

#fce121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce121 Color CSS Codes

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

#fce121 Text Font Color

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

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


#fce121 Background Color

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

This div background color is #fce121


#fce121 Border Color

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

This div border color is #fce121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce121

Related Colors


Comments

No comments written yet.

Please login to write comment.