Color Hex Logo

#fccd5a Color Hex

#FCCD5A
(252,205,90)
0 Favorites   0 Comments

Color spaces of #fccd5a

RGB 25220590
HSL0.120.960.67
HSV43°64°99°
CMYK 0.000.190.64   0.01
XYZ63.821765.096318.8739
Yxy65.09630.43180.4405
Hunter Lab80.68230.004042.6080
CIE-Lab84.53334.504561.8190

#fccd5a color RGB value is (252,205,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 01011010
Octal 374 315 132
Decimal 252 205 90
Hex FC CD 5A

RGB Percentages of Color #fccd5a

%46.07
%37.48
%16.45

CMYK Percentages of Color #fccd5a

%0
%19
%64
%1

Triadic Colors of #fccd5a

#fccd5a #5afccd #cd5afc

Analogous Colors of #fccd5a

#fccd5a #dafc5a #fc7c5a

Monochromatic Colors of #fccd5a

#fccd5a

Complementary Color

#fccd5a #5a89fc

#fccd5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd5a Color CSS Codes

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

#fccd5a Text Font Color

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

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


#fccd5a Background Color

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

This div background color is #fccd5a


#fccd5a Border Color

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

This div border color is #fccd5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd5a

Related Colors


Comments

No comments written yet.

Please login to write comment.