Color Hex Logo

#fcd260 Color Hex

#FCD260
(252,210,96)
0 Favorites   0 Comments

Color spaces of #fcd260

RGB 25221096
HSL0.120.960.68
HSV44°62°99°
CMYK 0.000.170.62   0.01
XYZ65.302867.633220.6790
Yxy67.63320.42510.4403
Hunter Lab82.2394-2.179742.6592
CIE-Lab85.82272.308060.5947

#fcd260 color RGB value is (252,210,96).

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

The process color (four color CMYK) of #fcd260 color hex is 0.00, 0.17, 0.62, 0.01. Web safe color of #fcd260 is #ffcc66. Color #fcd260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 01100000
Octal 374 322 140
Decimal 252 210 96
Hex FC D2 60

RGB Percentages of Color #fcd260

%45.16
%37.63
%17.20

CMYK Percentages of Color #fcd260

%0
%17
%62
%1

Triadic Colors of #fcd260

#fcd260 #60fcd2 #d260fc

Analogous Colors of #fcd260

#fcd260 #d8fc60 #fc8460

Monochromatic Colors of #fcd260

#fcd260

Complementary Color

#fcd260 #608afc

#fcd260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd260 Color CSS Codes

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

#fcd260 Text Font Color

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

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


#fcd260 Background Color

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

This div background color is #fcd260


#fcd260 Border Color

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

This div border color is #fcd260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd260


Comments

No comments written yet.

Please login to write comment.