Color Hex Logo

#fce345 Color Hex

#FCE345
(252,227,69)
0 Favorites   0 Comments

Color spaces of #fce345

RGB 25222769
HSL0.140.970.63
HSV52°73°99°
CMYK 0.000.100.73   0.01
XYZ68.688176.063316.6917
Yxy76.06330.42550.4711
Hunter Lab87.2143-12.042249.7026
CIE-Lab89.8887-7.722175.5274

#fce345 color RGB value is (252,227,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 01000101
Octal 374 343 105
Decimal 252 227 69
Hex FC E3 45

RGB Percentages of Color #fce345

%45.99
%41.42
%12.59

CMYK Percentages of Color #fce345

%0
%10
%73
%1

Triadic Colors of #fce345

#fce345 #45fce3 #e345fc

Analogous Colors of #fce345

#fce345 #bafc45 #fc8845

Monochromatic Colors of #fce345

#fce345

Complementary Color

#fce345 #455efc

#fce345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce345 Color CSS Codes

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

#fce345 Text Font Color

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

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


#fce345 Background Color

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

This div background color is #fce345


#fce345 Border Color

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

This div border color is #fce345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce345

Related Colors


Comments

No comments written yet.

Please login to write comment.