Color Hex Logo

#fec365 Color Hex

#FEC365
(254,195,101)
0 Favorites   0 Comments

Color spaces of #fec365

RGB 254195101
HSL0.100.990.70
HSV37°60°100°
CMYK 0.000.230.60   0.00
XYZ62.737161.040620.7873
Yxy61.04060.43400.4222
Hunter Lab78.12856.610538.9149
CIE-Lab82.400611.203154.4941

#fec365 color RGB value is (254,195,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 01100101
Octal 376 303 145
Decimal 254 195 101
Hex FE C3 65

RGB Percentages of Color #fec365

%46.18
%35.45
%18.36

CMYK Percentages of Color #fec365

%0
%23
%60
%0

Triadic Colors of #fec365

#fec365 #65fec3 #c365fe

Analogous Colors of #fec365

#fec365 #edfe65 #fe7765

Monochromatic Colors of #fec365

#fec365

Complementary Color

#fec365 #65a0fe

#fec365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec365 Color CSS Codes

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

#fec365 Text Font Color

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

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


#fec365 Background Color

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

This div background color is #fec365


#fec365 Border Color

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

This div border color is #fec365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec365


Comments

No comments written yet.

Please login to write comment.