Color Hex Logo

#fcce14 Color Hex

#FCCE14
(252,206,20)
0 Favorites   0 Comments

Color spaces of #fcce14

RGB 25220620
HSL0.130.970.53
HSV48°92°99°
CMYK 0.000.180.92   0.01
XYZ62.342564.88869.9008
Yxy64.88860.45460.4732
Hunter Lab80.5535-2.822649.1001
CIE-Lab84.42631.556883.2128

#fcce14 color RGB value is (252,206,20).

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

The process color (four color CMYK) of #fcce14 color hex is 0.00, 0.18, 0.92, 0.01. Web safe color of #fcce14 is #ffcc00. Color #fcce14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 00010100
Octal 374 316 24
Decimal 252 206 20
Hex FC CE 14

RGB Percentages of Color #fcce14

%52.72
%43.10
%4.18

CMYK Percentages of Color #fcce14

%0
%18
%92
%1

Triadic Colors of #fcce14

#fcce14 #14fcce #ce14fc

Analogous Colors of #fcce14

#fcce14 #b6fc14 #fc5a14

Monochromatic Colors of #fcce14

#fcce14

Complementary Color

#fcce14 #1442fc

#fcce14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcce14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcce14 Color CSS Codes

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

#fcce14 Text Font Color

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

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


#fcce14 Background Color

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

This div background color is #fcce14


#fcce14 Border Color

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

This div border color is #fcce14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcce14

Related Colors


Comments

No comments written yet.

Please login to write comment.