Color Hex Logo

#fccd14 Color Hex

#FCCD14
(252,205,20)
0 Favorites   0 Comments

Color spaces of #fccd14

RGB 25220520
HSL0.130.970.53
HSV48°92°99°
CMYK 0.000.190.92   0.01
XYZ62.102564.40869.8208
Yxy64.40860.45550.4724
Hunter Lab80.2550-2.320248.9232
CIE-Lab84.17812.068683.0277

#fccd14 color RGB value is (252,205,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 00010100
Octal 374 315 24
Decimal 252 205 20
Hex FC CD 14

RGB Percentages of Color #fccd14

%52.83
%42.98
%4.19

CMYK Percentages of Color #fccd14

%0
%19
%92
%1

Triadic Colors of #fccd14

#fccd14 #14fccd #cd14fc

Analogous Colors of #fccd14

#fccd14 #b7fc14 #fc5914

Monochromatic Colors of #fccd14

#fccd14

Complementary Color

#fccd14 #1443fc

#fccd14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd14 Color CSS Codes

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

#fccd14 Text Font Color

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

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


#fccd14 Background Color

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

This div background color is #fccd14


#fccd14 Border Color

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

This div border color is #fccd14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd14


Comments

No comments written yet.

Please login to write comment.