Color Hex Logo

#fcb26b Color Hex

#FCB26B
(252,178,107)
0 Favorites   0 Comments

Color spaces of #fcb26b

RGB 252178107
HSL0.080.960.70
HSV29°58°99°
CMYK 0.000.290.58   0.01
XYZ58.719153.597821.1605
Yxy53.59780.43990.4015
Hunter Lab73.210515.049034.1104
CIE-Lab78.226619.694546.6126

#fcb26b color RGB value is (252,178,107).

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

The process color (four color CMYK) of #fcb26b color hex is 0.00, 0.29, 0.58, 0.01. Web safe color of #fcb26b is #ff9966. Color #fcb26b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 01101011
Octal 374 262 153
Decimal 252 178 107
Hex FC B2 6B

RGB Percentages of Color #fcb26b

%46.93
%33.15
%19.93

CMYK Percentages of Color #fcb26b

%0
%29
%58
%1

Triadic Colors of #fcb26b

#fcb26b #6bfcb2 #b26bfc

Analogous Colors of #fcb26b

#fcb26b #fcfb6b #fc6b6d

Monochromatic Colors of #fcb26b

#fcb26b

Complementary Color

#fcb26b #6bb5fc

#fcb26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb26b Color CSS Codes

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

#fcb26b Text Font Color

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

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


#fcb26b Background Color

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

This div background color is #fcb26b


#fcb26b Border Color

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

This div border color is #fcb26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb26b

Related Colors


Comments

No comments written yet.

Please login to write comment.