Color Hex Logo

#fce60e Color Hex

#FCE60E
(252,230,14)
0 Favorites   0 Comments

Color spaces of #fce60e

RGB 25223014
HSL0.150.980.52
HSV54°94°99°
CMYK 0.000.090.94   0.01
XYZ68.521077.320811.7284
Yxy77.32080.43490.4907
Hunter Lab87.9322-14.785753.6445
CIE-Lab90.4691-10.587788.4070

#fce60e color RGB value is (252,230,14).

#fce60e hex color red value is 252, green value is 230 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fce60e hue: 0.15 , saturation: 0.98 and the lightness value of fce60e is 0.52.

The process color (four color CMYK) of #fce60e color hex is 0.00, 0.09, 0.94, 0.01. Web safe color of #fce60e is #ffff00. Color #fce60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 00001110
Octal 374 346 16
Decimal 252 230 14
Hex FC E6 E

RGB Percentages of Color #fce60e

%50.81
%46.37
%2.82

CMYK Percentages of Color #fce60e

%0
%9
%94
%1

Triadic Colors of #fce60e

#fce60e #0efce6 #e60efc

Analogous Colors of #fce60e

#fce60e #9bfc0e #fc6f0e

Monochromatic Colors of #fce60e

#fce60e

Complementary Color

#fce60e #0e24fc

#fce60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce60e Color CSS Codes

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

#fce60e Text Font Color

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

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


#fce60e Background Color

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

This div background color is #fce60e


#fce60e Border Color

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

This div border color is #fce60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce60e


Comments

No comments written yet.

Please login to write comment.