Color Hex Logo

#fce914 Color Hex

#FCE914
(252,233,20)
0 Favorites   0 Comments

Color spaces of #fce914

RGB 25223320
HSL0.150.970.53
HSV55°92°99°
CMYK 0.000.080.92   0.01
XYZ69.410179.023812.2566
Yxy79.02380.43190.4918
Hunter Lab88.8953-16.192854.0520
CIE-Lab91.2451-12.001788.3373

#fce914 color RGB value is (252,233,20).

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

The process color (four color CMYK) of #fce914 color hex is 0.00, 0.08, 0.92, 0.01. Web safe color of #fce914 is #ffff00. Color #fce914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 00010100
Octal 374 351 24
Decimal 252 233 20
Hex FC E9 14

RGB Percentages of Color #fce914

%49.90
%46.14
%3.96

CMYK Percentages of Color #fce914

%0
%8
%92
%1

Triadic Colors of #fce914

#fce914 #14fce9 #e914fc

Analogous Colors of #fce914

#fce914 #9bfc14 #fc7514

Monochromatic Colors of #fce914

#fce914

Complementary Color

#fce914 #1427fc

#fce914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce914 Color CSS Codes

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

#fce914 Text Font Color

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

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


#fce914 Background Color

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

This div background color is #fce914


#fce914 Border Color

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

This div border color is #fce914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce914


Comments

No comments written yet.

Please login to write comment.