Color Hex Logo

#fccb55 Color Hex

#FCCB55
(252,203,85)
0 Favorites   0 Comments

Color spaces of #fccb55

RGB 25220385
HSL0.120.970.66
HSV42°66°99°
CMYK 0.000.190.66   0.01
XYZ63.140564.063217.6319
Yxy64.06320.43590.4423
Hunter Lab80.03950.743642.9666
CIE-Lab83.99875.245863.3990

#fccb55 color RGB value is (252,203,85).

#fccb55 hex color red value is 252, green value is 203 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fccb55 hue: 0.12 , saturation: 0.97 and the lightness value of fccb55 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 01010101
Octal 374 313 125
Decimal 252 203 85
Hex FC CB 55

RGB Percentages of Color #fccb55

%46.67
%37.59
%15.74

CMYK Percentages of Color #fccb55

%0
%19
%66
%1

Triadic Colors of #fccb55

#fccb55 #55fccb #cb55fc

Analogous Colors of #fccb55

#fccb55 #dafc55 #fc7855

Monochromatic Colors of #fccb55

#fccb55

Complementary Color

#fccb55 #5586fc

#fccb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb55 Color CSS Codes

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

#fccb55 Text Font Color

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

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


#fccb55 Background Color

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

This div background color is #fccb55


#fccb55 Border Color

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

This div border color is #fccb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb55


Comments

No comments written yet.

Please login to write comment.