Color Hex Logo

#fcee14 Color Hex

#FCEE14
(252,238,20)
0 Favorites   0 Comments

Color spaces of #fcee14

RGB 25223820
HSL0.160.970.53
HSV56°92°99°
CMYK 0.000.060.92   0.01
XYZ70.845781.895012.7352
Yxy81.89500.42810.4949
Hunter Lab90.4959-18.627055.0034
CIE-Lab92.5285-14.450789.3092

#fcee14 color RGB value is (252,238,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 00010100
Octal 374 356 24
Decimal 252 238 20
Hex FC EE 14

RGB Percentages of Color #fcee14

%49.41
%46.67
%3.92

CMYK Percentages of Color #fcee14

%0
%6
%92
%1

Triadic Colors of #fcee14

#fcee14 #14fcee #ee14fc

Analogous Colors of #fcee14

#fcee14 #96fc14 #fc7a14

Monochromatic Colors of #fcee14

#fcee14

Complementary Color

#fcee14 #1422fc

#fcee14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcee14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcee14 Color CSS Codes

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

#fcee14 Text Font Color

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

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


#fcee14 Background Color

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

This div background color is #fcee14


#fcee14 Border Color

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

This div border color is #fcee14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,238,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 #fcee14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcee14

Related Colors


Comments

No comments written yet.

Please login to write comment.