Color Hex Logo

#fcbd60 Color Hex

#FCBD60
(252,189,96)
0 Favorites   0 Comments

Color spaces of #fcbd60

RGB 25218996
HSL0.100.960.68
HSV36°62°99°
CMYK 0.000.250.62   0.01
XYZ60.453857.935219.0627
Yxy57.93520.43980.4215
Hunter Lab76.11528.570538.4317
CIE-Lab80.702813.174454.8440

#fcbd60 color RGB value is (252,189,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 01100000
Octal 374 275 140
Decimal 252 189 96
Hex FC BD 60

RGB Percentages of Color #fcbd60

%46.93
%35.20
%17.88

CMYK Percentages of Color #fcbd60

%0
%25
%62
%1

Triadic Colors of #fcbd60

#fcbd60 #60fcbd #bd60fc

Analogous Colors of #fcbd60

#fcbd60 #edfc60 #fc6f60

Monochromatic Colors of #fcbd60

#fcbd60

Complementary Color

#fcbd60 #609ffc

#fcbd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd60 Color CSS Codes

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

#fcbd60 Text Font Color

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

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


#fcbd60 Background Color

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

This div background color is #fcbd60


#fcbd60 Border Color

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

This div border color is #fcbd60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,189,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 #fcbd60">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd60


Comments

No comments written yet.

Please login to write comment.