Color Hex Logo

#fccd16 Color Hex

#FCCD16
(252,205,22)
0 Favorites   0 Comments

Color spaces of #fccd16

RGB 25220522
HSL0.130.970.54
HSV48°91°99°
CMYK 0.000.190.91   0.01
XYZ62.121064.41609.9185
Yxy64.41600.45520.4721
Hunter Lab80.2596-2.295148.8546
CIE-Lab84.18192.095282.7379

#fccd16 color RGB value is (252,205,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 00010110
Octal 374 315 26
Decimal 252 205 22
Hex FC CD 16

RGB Percentages of Color #fccd16

%52.61
%42.80
%4.59

CMYK Percentages of Color #fccd16

%0
%19
%91
%1

Triadic Colors of #fccd16

#fccd16 #16fccd #cd16fc

Analogous Colors of #fccd16

#fccd16 #b8fc16 #fc5a16

Monochromatic Colors of #fccd16

#fccd16

Complementary Color

#fccd16 #1645fc

#fccd16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd16 Color CSS Codes

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

#fccd16 Text Font Color

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

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


#fccd16 Background Color

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

This div background color is #fccd16


#fccd16 Border Color

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

This div border color is #fccd16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd16


Comments

No comments written yet.

Please login to write comment.