Color Hex Logo

#fce32f Color Hex

#FCE32F
(252,227,47)
0 Favorites   0 Comments

Color spaces of #fce32f

RGB 25222747
HSL0.150.970.59
HSV53°81°99°
CMYK 0.000.100.81   0.01
XYZ68.127175.838913.7370
Yxy75.83890.43200.4809
Hunter Lab87.0855-12.759051.6074
CIE-Lab89.7845-8.497782.0779

#fce32f color RGB value is (252,227,47).

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

The process color (four color CMYK) of #fce32f color hex is 0.00, 0.10, 0.81, 0.01. Web safe color of #fce32f is #ffcc33. Color #fce32f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 00101111
Octal 374 343 57
Decimal 252 227 47
Hex FC E3 2F

RGB Percentages of Color #fce32f

%47.91
%43.16
%8.94

CMYK Percentages of Color #fce32f

%0
%10
%81
%1

Triadic Colors of #fce32f

#fce32f #2ffce3 #e32ffc

Analogous Colors of #fce32f

#fce32f #affc2f #fc7d2f

Monochromatic Colors of #fce32f

#fce32f

Complementary Color

#fce32f #2f48fc

#fce32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce32f Color CSS Codes

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

#fce32f Text Font Color

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

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


#fce32f Background Color

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

This div background color is #fce32f


#fce32f Border Color

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

This div border color is #fce32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce32f


Comments

No comments written yet.

Please login to write comment.