Color Hex Logo

#fccd56 Color Hex

#FCCD56
(252,205,86)
0 Favorites   0 Comments

Color spaces of #fccd56

RGB 25220586
HSL0.120.970.66
HSV43°66°99°
CMYK 0.000.190.66   0.01
XYZ63.655965.030018.0011
Yxy65.03000.43400.4433
Hunter Lab80.6412-0.219143.2138
CIE-Lab84.49924.272263.5063

#fccd56 color RGB value is (252,205,86).

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

The process color (four color CMYK) of #fccd56 color hex is 0.00, 0.19, 0.66, 0.01. Web safe color of #fccd56 is #ffcc66. Color #fccd56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 01010110
Octal 374 315 126
Decimal 252 205 86
Hex FC CD 56

RGB Percentages of Color #fccd56

%46.41
%37.75
%15.84

CMYK Percentages of Color #fccd56

%0
%19
%66
%1

Triadic Colors of #fccd56

#fccd56 #56fccd #cd56fc

Analogous Colors of #fccd56

#fccd56 #d8fc56 #fc7a56

Monochromatic Colors of #fccd56

#fccd56

Complementary Color

#fccd56 #5685fc

#fccd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd56 Color CSS Codes

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

#fccd56 Text Font Color

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

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


#fccd56 Background Color

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

This div background color is #fccd56


#fccd56 Border Color

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

This div border color is #fccd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd56


Comments

No comments written yet.

Please login to write comment.