Color Hex Logo

#fecc6b Color Hex

#FECC6B
(254,204,107)
0 Favorites   0 Comments

Color spaces of #fecc6b

RGB 254204107
HSL0.110.990.71
HSV40°58°100°
CMYK 0.000.200.58   0.00
XYZ65.119865.318123.0854
Yxy65.31810.42420.4255
Hunter Lab80.81962.390739.6381
CIE-Lab84.64746.961554.2715

#fecc6b color RGB value is (254,204,107).

#fecc6b hex color red value is 254, green value is 204 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fecc6b hue: 0.11 , saturation: 0.99 and the lightness value of fecc6b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 01101011
Octal 376 314 153
Decimal 254 204 107
Hex FE CC 6B

RGB Percentages of Color #fecc6b

%44.96
%36.11
%18.94

CMYK Percentages of Color #fecc6b

%0
%20
%58
%0

Triadic Colors of #fecc6b

#fecc6b #6bfecc #cc6bfe

Analogous Colors of #fecc6b

#fecc6b #e7fe6b #fe836b

Monochromatic Colors of #fecc6b

#fecc6b

Complementary Color

#fecc6b #6b9dfe

#fecc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc6b Color CSS Codes

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

#fecc6b Text Font Color

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

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


#fecc6b Background Color

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

This div background color is #fecc6b


#fecc6b Border Color

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

This div border color is #fecc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc6b

Related Colors


Comments

No comments written yet.

Please login to write comment.