Color Hex Logo

#fccd5b Color Hex

#FCCD5B
(252,205,91)
0 Favorites   0 Comments

Color spaces of #fccd5b

RGB 25220591
HSL0.120.960.67
HSV42°64°99°
CMYK 0.000.190.64   0.01
XYZ63.864565.113419.0997
Yxy65.11340.43130.4397
Hunter Lab80.69290.061642.4513
CIE-Lab84.54214.564461.3913

#fccd5b color RGB value is (252,205,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 01011011
Octal 374 315 133
Decimal 252 205 91
Hex FC CD 5B

RGB Percentages of Color #fccd5b

%45.99
%37.41
%16.61

CMYK Percentages of Color #fccd5b

%0
%19
%64
%1

Triadic Colors of #fccd5b

#fccd5b #5bfccd #cd5bfc

Analogous Colors of #fccd5b

#fccd5b #dbfc5b #fc7d5b

Monochromatic Colors of #fccd5b

#fccd5b

Complementary Color

#fccd5b #5b8afc

#fccd5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd5b Color CSS Codes

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

#fccd5b Text Font Color

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

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


#fccd5b Background Color

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

This div background color is #fccd5b


#fccd5b Border Color

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

This div border color is #fccd5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd5b

Related Colors


Comments

No comments written yet.

Please login to write comment.