Color Hex Logo

#fce32d Color Hex

#FCE32D
(252,227,45)
0 Favorites   0 Comments

Color spaces of #fce32d

RGB 25222745
HSL0.150.970.58
HSV53°82°99°
CMYK 0.000.100.82   0.01
XYZ68.087675.823113.5293
Yxy75.82310.43250.4816
Hunter Lab87.0765-12.809551.7415
CIE-Lab89.7771-8.552682.5733

#fce32d color RGB value is (252,227,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 00101101
Octal 374 343 55
Decimal 252 227 45
Hex FC E3 2D

RGB Percentages of Color #fce32d

%48.09
%43.32
%8.59

CMYK Percentages of Color #fce32d

%0
%10
%82
%1

Triadic Colors of #fce32d

#fce32d #2dfce3 #e32dfc

Analogous Colors of #fce32d

#fce32d #aefc2d #fc7c2d

Monochromatic Colors of #fce32d

#fce32d

Complementary Color

#fce32d #2d46fc

#fce32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce32d Color CSS Codes

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

#fce32d Text Font Color

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

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


#fce32d Background Color

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

This div background color is #fce32d


#fce32d Border Color

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

This div border color is #fce32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce32d


Comments

No comments written yet.

Please login to write comment.