Color Hex Logo

#fce75b Color Hex

#FCE75B
(252,231,91)
0 Favorites   0 Comments

Color spaces of #fce75b

RGB 25223191
HSL0.140.960.67
HSV52°64°99°
CMYK 0.000.080.64   0.01
XYZ70.609178.602621.3479
Yxy78.60260.41400.4609
Hunter Lab88.6581-12.990747.7843
CIE-Lab91.0542-8.601168.3881

#fce75b color RGB value is (252,231,91).

#fce75b hex color red value is 252, green value is 231 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fce75b hue: 0.14 , saturation: 0.96 and the lightness value of fce75b is 0.67.

The process color (four color CMYK) of #fce75b color hex is 0.00, 0.08, 0.64, 0.01. Web safe color of #fce75b is #ffff66. Color #fce75b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100111 01011011
Octal 374 347 133
Decimal 252 231 91
Hex FC E7 5B

RGB Percentages of Color #fce75b

%43.90
%40.24
%15.85

CMYK Percentages of Color #fce75b

%0
%8
%64
%1

Triadic Colors of #fce75b

#fce75b #5bfce7 #e75bfc

Analogous Colors of #fce75b

#fce75b #c1fc5b #fc975b

Monochromatic Colors of #fce75b

#fce75b

Complementary Color

#fce75b #5b70fc

#fce75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce75b Color CSS Codes

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

#fce75b Text Font Color

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

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


#fce75b Background Color

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

This div background color is #fce75b


#fce75b Border Color

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

This div border color is #fce75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce75b


Comments

No comments written yet.

Please login to write comment.