Color Hex Logo

#fcc18b Color Hex

#FCC18B
(252,193,139)
0 Favorites   0 Comments

Color spaces of #fcc18b

RGB 252193139
HSL0.080.950.77
HSV29°45°99°
CMYK 0.000.230.45   0.01
XYZ63.875060.699532.7757
Yxy60.69950.40590.3858
Hunter Lab77.909910.002329.5944
CIE-Lab82.216914.610935.3017

#fcc18b color RGB value is (252,193,139).

#fcc18b hex color red value is 252, green value is 193 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fcc18b hue: 0.08 , saturation: 0.95 and the lightness value of fcc18b is 0.77.

The process color (four color CMYK) of #fcc18b color hex is 0.00, 0.23, 0.45, 0.01. Web safe color of #fcc18b is #ffcc99. Color #fcc18b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 10001011
Octal 374 301 213
Decimal 252 193 139
Hex FC C1 8B

RGB Percentages of Color #fcc18b

%43.15
%33.05
%23.80

CMYK Percentages of Color #fcc18b

%0
%23
%45
%1

Triadic Colors of #fcc18b

#fcc18b #8bfcc1 #c18bfc

Analogous Colors of #fcc18b

#fcc18b #fcfa8b #fc8b8e

Monochromatic Colors of #fcc18b

#fcc18b

Complementary Color

#fcc18b #8bc6fc

#fcc18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc18b Color CSS Codes

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

#fcc18b Text Font Color

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

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


#fcc18b Background Color

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

This div background color is #fcc18b


#fcc18b Border Color

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

This div border color is #fcc18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc18b


Comments

No comments written yet.

Please login to write comment.