Color Hex Logo

#fccc0d Color Hex

#FCCC0D
(252,204,13)
0 Favorites   0 Comments

Color spaces of #fccc0d

RGB 25220413
HSL0.130.980.52
HSV48°95°99°
CMYK 0.000.190.95   0.01
XYZ61.810463.91029.4589
Yxy63.91020.45720.4728
Hunter Lab79.9439-1.890448.9455
CIE-Lab83.91902.504083.6966

#fccc0d color RGB value is (252,204,13).

#fccc0d hex color red value is 252, green value is 204 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fccc0d hue: 0.13 , saturation: 0.98 and the lightness value of fccc0d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 00001101
Octal 374 314 15
Decimal 252 204 13
Hex FC CC D

RGB Percentages of Color #fccc0d

%53.73
%43.50
%2.77

CMYK Percentages of Color #fccc0d

%0
%19
%95
%1

Triadic Colors of #fccc0d

#fccc0d #0dfccc #cc0dfc

Analogous Colors of #fccc0d

#fccc0d #b5fc0d #fc550d

Monochromatic Colors of #fccc0d

#fccc0d

Complementary Color

#fccc0d #0d3dfc

#fccc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccc0d Color CSS Codes

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

#fccc0d Text Font Color

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

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


#fccc0d Background Color

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

This div background color is #fccc0d


#fccc0d Border Color

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

This div border color is #fccc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccc0d


Comments

No comments written yet.

Please login to write comment.