Color Hex Logo

#fccd3f Color Hex

#FCCD3F
(252,205,63)
0 Favorites   0 Comments

Color spaces of #fccd3f

RGB 25220563
HSL0.130.970.62
HSV45°75°99°
CMYK 0.000.190.75   0.01
XYZ62.873464.717013.8805
Yxy64.71700.44440.4575
Hunter Lab80.4469-1.275046.0828
CIE-Lab84.33773.168472.3388

#fccd3f color RGB value is (252,205,63).

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

The process color (four color CMYK) of #fccd3f color hex is 0.00, 0.19, 0.75, 0.01. Web safe color of #fccd3f is #ffcc33. Color #fccd3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 00111111
Octal 374 315 77
Decimal 252 205 63
Hex FC CD 3F

RGB Percentages of Color #fccd3f

%48.46
%39.42
%12.12

CMYK Percentages of Color #fccd3f

%0
%19
%75
%1

Triadic Colors of #fccd3f

#fccd3f #3ffccd #cd3ffc

Analogous Colors of #fccd3f

#fccd3f #cdfc3f #fc6f3f

Monochromatic Colors of #fccd3f

#fccd3f

Complementary Color

#fccd3f #3f6efc

#fccd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd3f Color CSS Codes

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

#fccd3f Text Font Color

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

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


#fccd3f Background Color

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

This div background color is #fccd3f


#fccd3f Border Color

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

This div border color is #fccd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd3f


Comments

No comments written yet.

Please login to write comment.