Color Hex Logo

#fce32b Color Hex

#FCE32B
(252,227,43)
0 Favorites   0 Comments

Color spaces of #fce32b

RGB 25222743
HSL0.150.970.58
HSV53°83°99°
CMYK 0.000.100.83   0.01
XYZ68.050075.808013.3313
Yxy75.80800.43290.4823
Hunter Lab87.0678-12.857551.8693
CIE-Lab89.7701-8.604783.0505

#fce32b color RGB value is (252,227,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 00101011
Octal 374 343 53
Decimal 252 227 43
Hex FC E3 2B

RGB Percentages of Color #fce32b

%48.28
%43.49
%8.24

CMYK Percentages of Color #fce32b

%0
%10
%83
%1

Triadic Colors of #fce32b

#fce32b #2bfce3 #e32bfc

Analogous Colors of #fce32b

#fce32b #adfc2b #fc7b2b

Monochromatic Colors of #fce32b

#fce32b

Complementary Color

#fce32b #2b44fc

#fce32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce32b Color CSS Codes

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

#fce32b Text Font Color

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

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


#fce32b Background Color

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

This div background color is #fce32b


#fce32b Border Color

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

This div border color is #fce32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce32b


Comments

No comments written yet.

Please login to write comment.