Color Hex Logo

#fec36b Color Hex

#FEC36B
(254,195,107)
0 Favorites   0 Comments

Color spaces of #fec36b

RGB 254195107
HSL0.100.990.71
HSV36°58°100°
CMYK 0.000.230.58   0.00
XYZ63.042061.162622.3928
Yxy61.16260.43000.4172
Hunter Lab78.20657.026837.7681
CIE-Lab82.466111.624851.7154

#fec36b color RGB value is (254,195,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 01101011
Octal 376 303 153
Decimal 254 195 107
Hex FE C3 6B

RGB Percentages of Color #fec36b

%45.68
%35.07
%19.24

CMYK Percentages of Color #fec36b

%0
%23
%58
%0

Triadic Colors of #fec36b

#fec36b #6bfec3 #c36bfe

Analogous Colors of #fec36b

#fec36b #f0fe6b #fe7a6b

Monochromatic Colors of #fec36b

#fec36b

Complementary Color

#fec36b #6ba6fe

#fec36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec36b Color CSS Codes

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

#fec36b Text Font Color

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

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


#fec36b Background Color

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

This div background color is #fec36b


#fec36b Border Color

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

This div border color is #fec36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec36b

Related Colors


Comments

No comments written yet.

Please login to write comment.