Color Hex Logo

#fce42e Color Hex

#FCE42E
(252,228,46)
0 Favorites   0 Comments

Color spaces of #fce42e

RGB 25222846
HSL0.150.970.58
HSV53°82°99°
CMYK 0.000.100.82   0.01
XYZ68.381476.379513.7234
Yxy76.37950.43150.4819
Hunter Lab87.3954-13.276851.8666
CIE-Lab90.0352-9.022582.5433

#fce42e color RGB value is (252,228,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 00101110
Octal 374 344 56
Decimal 252 228 46
Hex FC E4 2E

RGB Percentages of Color #fce42e

%47.91
%43.35
%8.75

CMYK Percentages of Color #fce42e

%0
%10
%82
%1

Triadic Colors of #fce42e

#fce42e #2efce4 #e42efc

Analogous Colors of #fce42e

#fce42e #adfc2e #fc7d2e

Monochromatic Colors of #fce42e

#fce42e

Complementary Color

#fce42e #2e46fc

#fce42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce42e Color CSS Codes

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

#fce42e Text Font Color

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

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


#fce42e Background Color

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

This div background color is #fce42e


#fce42e Border Color

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

This div border color is #fce42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce42e


Comments

No comments written yet.

Please login to write comment.