Color Hex Logo

#fce133 Color Hex

#FCE133
(252,225,51)
0 Favorites   0 Comments

Color spaces of #fce133

RGB 25222551
HSL0.140.970.59
HSV52°80°99°
CMYK 0.000.110.80   0.01
XYZ67.667674.784914.0004
Yxy74.78490.43250.4780
Hunter Lab86.4783-11.664150.9360
CIE-Lab89.2921-7.383880.5919

#fce133 color RGB value is (252,225,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 00110011
Octal 374 341 63
Decimal 252 225 51
Hex FC E1 33

RGB Percentages of Color #fce133

%47.73
%42.61
%9.66

CMYK Percentages of Color #fce133

%0
%11
%80
%1

Triadic Colors of #fce133

#fce133 #33fce1 #e133fc

Analogous Colors of #fce133

#fce133 #b3fc33 #fc7d33

Monochromatic Colors of #fce133

#fce133

Complementary Color

#fce133 #334efc

#fce133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce133 Color CSS Codes

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

#fce133 Text Font Color

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

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


#fce133 Background Color

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

This div background color is #fce133


#fce133 Border Color

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

This div border color is #fce133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce133


Comments

No comments written yet.

Please login to write comment.