Color Hex Logo

#fce83e Color Hex

#FCE83E
(252,232,62)
0 Favorites   0 Comments

Color spaces of #fce83e

RGB 25223262
HSL0.150.970.62
HSV54°75°99°
CMYK 0.000.080.75   0.01
XYZ69.871078.756516.0764
Yxy78.75650.42420.4782
Hunter Lab88.7449-14.766151.3808
CIE-Lab91.1240-10.485578.9890

#fce83e color RGB value is (252,232,62).

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

The process color (four color CMYK) of #fce83e color hex is 0.00, 0.08, 0.75, 0.01. Web safe color of #fce83e is #ffff33. Color #fce83e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101000 00111110
Octal 374 350 76
Decimal 252 232 62
Hex FC E8 3E

RGB Percentages of Color #fce83e

%46.15
%42.49
%11.36

CMYK Percentages of Color #fce83e

%0
%8
%75
%1

Triadic Colors of #fce83e

#fce83e #3efce8 #e83efc

Analogous Colors of #fce83e

#fce83e #b1fc3e #fc893e

Monochromatic Colors of #fce83e

#fce83e

Complementary Color

#fce83e #3e52fc

#fce83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce83e Color CSS Codes

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

#fce83e Text Font Color

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

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


#fce83e Background Color

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

This div background color is #fce83e


#fce83e Border Color

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

This div border color is #fce83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce83e

Related Colors


Comments

No comments written yet.

Please login to write comment.