Color Hex Logo

#fccd3d Color Hex

#FCCD3D
(252,205,61)
0 Favorites   0 Comments

Color spaces of #fccd3d

RGB 25220561
HSL0.130.970.61
HSV45°76°99°
CMYK 0.000.190.76   0.01
XYZ62.818564.695013.5914
Yxy64.69500.44520.4585
Hunter Lab80.4332-1.349246.2846
CIE-Lab84.32633.090673.0229

#fccd3d color RGB value is (252,205,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 00111101
Octal 374 315 75
Decimal 252 205 61
Hex FC CD 3D

RGB Percentages of Color #fccd3d

%48.65
%39.58
%11.78

CMYK Percentages of Color #fccd3d

%0
%19
%76
%1

Triadic Colors of #fccd3d

#fccd3d #3dfccd #cd3dfc

Analogous Colors of #fccd3d

#fccd3d #ccfc3d #fc6e3d

Monochromatic Colors of #fccd3d

#fccd3d

Complementary Color

#fccd3d #3d6cfc

#fccd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd3d Color CSS Codes

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

#fccd3d Text Font Color

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

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


#fccd3d Background Color

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

This div background color is #fccd3d


#fccd3d Border Color

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

This div border color is #fccd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd3d


Comments

No comments written yet.

Please login to write comment.