Color Hex Logo

#fce45c Color Hex

#FCE45C
(252,228,92)
0 Favorites   0 Comments

Color spaces of #fce45c

RGB 25222892
HSL0.140.960.67
HSV51°63°99°
CMYK 0.000.100.63   0.01
XYZ69.820176.955021.2991
Yxy76.95500.41540.4579
Hunter Lab87.7240-11.447747.0114
CIE-Lab90.3009-7.047367.1779

#fce45c color RGB value is (252,228,92).

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

The process color (four color CMYK) of #fce45c color hex is 0.00, 0.10, 0.63, 0.01. Web safe color of #fce45c is #ffcc66. Color #fce45c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 01011100
Octal 374 344 134
Decimal 252 228 92
Hex FC E4 5C

RGB Percentages of Color #fce45c

%44.06
%39.86
%16.08

CMYK Percentages of Color #fce45c

%0
%10
%63
%1

Triadic Colors of #fce45c

#fce45c #5cfce4 #e45cfc

Analogous Colors of #fce45c

#fce45c #c4fc5c #fc945c

Monochromatic Colors of #fce45c

#fce45c

Complementary Color

#fce45c #5c74fc

#fce45c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce45c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce45c Color CSS Codes

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

#fce45c Text Font Color

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

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


#fce45c Background Color

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

This div background color is #fce45c


#fce45c Border Color

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

This div border color is #fce45c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce45c

Related Colors


Comments

No comments written yet.

Please login to write comment.