Color Hex Logo

#fcd691 Color Hex

#FCD691
(252,214,145)
0 Favorites   0 Comments

Color spaces of #fcd691

RGB 252214145
HSL0.110.950.78
HSV39°42°99°
CMYK 0.000.150.42   0.01
XYZ69.302370.832936.8076
Yxy70.83290.39170.4003
Hunter Lab84.1623-0.300632.9837
CIE-Lab87.40384.322438.9595

#fcd691 color RGB value is (252,214,145).

#fcd691 hex color red value is 252, green value is 214 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fcd691 hue: 0.11 , saturation: 0.95 and the lightness value of fcd691 is 0.78.

The process color (four color CMYK) of #fcd691 color hex is 0.00, 0.15, 0.42, 0.01. Web safe color of #fcd691 is #ffcc99. Color #fcd691 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 10010001
Octal 374 326 221
Decimal 252 214 145
Hex FC D6 91

RGB Percentages of Color #fcd691

%41.24
%35.02
%23.73

CMYK Percentages of Color #fcd691

%0
%15
%42
%1

Triadic Colors of #fcd691

#fcd691 #91fcd6 #d691fc

Analogous Colors of #fcd691

#fcd691 #edfc91 #fca191

Monochromatic Colors of #fcd691

#fcd691

Complementary Color

#fcd691 #91b7fc

#fcd691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd691 Color CSS Codes

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

#fcd691 Text Font Color

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

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


#fcd691 Background Color

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

This div background color is #fcd691


#fcd691 Border Color

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

This div border color is #fcd691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd691


Comments

No comments written yet.

Please login to write comment.