Color Hex Logo

#fccb74 Color Hex

#FCCB74
(252,203,116)
0 Favorites   0 Comments

Color spaces of #fccb74

RGB 252203116
HSL0.110.960.72
HSV38°54°99°
CMYK 0.000.190.54   0.01
XYZ64.653264.668325.5976
Yxy64.66830.41730.4174
Hunter Lab80.41662.781137.4189
CIE-Lab84.31257.349649.5163

#fccb74 color RGB value is (252,203,116).

#fccb74 hex color red value is 252, green value is 203 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #fccb74 hue: 0.11 , saturation: 0.96 and the lightness value of fccb74 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 01110100
Octal 374 313 164
Decimal 252 203 116
Hex FC CB 74

RGB Percentages of Color #fccb74

%44.13
%35.55
%20.32

CMYK Percentages of Color #fccb74

%0
%19
%54
%1

Triadic Colors of #fccb74

#fccb74 #74fccb #cb74fc

Analogous Colors of #fccb74

#fccb74 #e9fc74 #fc8774

Monochromatic Colors of #fccb74

#fccb74

Complementary Color

#fccb74 #74a5fc

#fccb74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb74 Color CSS Codes

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

#fccb74 Text Font Color

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

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


#fccb74 Background Color

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

This div background color is #fccb74


#fccb74 Border Color

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

This div border color is #fccb74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb74


Comments

No comments written yet.

Please login to write comment.