Color Hex Logo

#fcc36b Color Hex

#FCC36B
(252,195,107)
0 Favorites   0 Comments

Color spaces of #fcc36b

RGB 252195107
HSL0.100.960.70
HSV36°58°99°
CMYK 0.000.230.58   0.01
XYZ62.313860.787222.3587
Yxy60.78720.42840.4179
Hunter Lab77.96616.223937.5734
CIE-Lab82.264210.809551.4274

#fcc36b color RGB value is (252,195,107).

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

The process color (four color CMYK) of #fcc36b color hex is 0.00, 0.23, 0.58, 0.01. Web safe color of #fcc36b is #ffcc66. Color #fcc36b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 01101011
Octal 374 303 153
Decimal 252 195 107
Hex FC C3 6B

RGB Percentages of Color #fcc36b

%45.49
%35.20
%19.31

CMYK Percentages of Color #fcc36b

%0
%23
%58
%1

Triadic Colors of #fcc36b

#fcc36b #6bfcc3 #c36bfc

Analogous Colors of #fcc36b

#fcc36b #edfc6b #fc7b6b

Monochromatic Colors of #fcc36b

#fcc36b

Complementary Color

#fcc36b #6ba4fc

#fcc36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc36b Color CSS Codes

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

#fcc36b Text Font Color

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

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


#fcc36b Background Color

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

This div background color is #fcc36b


#fcc36b Border Color

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

This div border color is #fcc36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc36b


Comments

No comments written yet.

Please login to write comment.