Color Hex Logo

#fccd5e Color Hex

#FCCD5E
(252,205,94)
0 Favorites   0 Comments

Color spaces of #fccd5e

RGB 25220594
HSL0.120.960.68
HSV42°63°99°
CMYK 0.000.190.63   0.01
XYZ63.996665.166219.7950
Yxy65.16620.42960.4375
Hunter Lab80.72560.239241.9692
CIE-Lab84.56934.749160.0957

#fccd5e color RGB value is (252,205,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 01011110
Octal 374 315 136
Decimal 252 205 94
Hex FC CD 5E

RGB Percentages of Color #fccd5e

%45.74
%37.21
%17.06

CMYK Percentages of Color #fccd5e

%0
%19
%63
%1

Triadic Colors of #fccd5e

#fccd5e #5efccd #cd5efc

Analogous Colors of #fccd5e

#fccd5e #dcfc5e #fc7e5e

Monochromatic Colors of #fccd5e

#fccd5e

Complementary Color

#fccd5e #5e8dfc

#fccd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd5e Color CSS Codes

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

#fccd5e Text Font Color

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

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


#fccd5e Background Color

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

This div background color is #fccd5e


#fccd5e Border Color

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

This div border color is #fccd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd5e


Comments

No comments written yet.

Please login to write comment.