Color Hex Logo

#fec366 Color Hex

#FEC366
(254,195,102)
0 Favorites   0 Comments

Color spaces of #fec366

RGB 254195102
HSL0.100.990.70
HSV37°60°100°
CMYK 0.000.230.60   0.00
XYZ62.786461.060421.0470
Yxy61.06040.43330.4214
Hunter Lab78.14126.677738.7293
CIE-Lab82.411211.271254.0349

#fec366 color RGB value is (254,195,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 01100110
Octal 376 303 146
Decimal 254 195 102
Hex FE C3 66

RGB Percentages of Color #fec366

%46.10
%35.39
%18.51

CMYK Percentages of Color #fec366

%0
%23
%60
%0

Triadic Colors of #fec366

#fec366 #66fec3 #c366fe

Analogous Colors of #fec366

#fec366 #edfe66 #fe7766

Monochromatic Colors of #fec366

#fec366

Complementary Color

#fec366 #66a1fe

#fec366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec366 Color CSS Codes

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

#fec366 Text Font Color

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

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


#fec366 Background Color

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

This div background color is #fec366


#fec366 Border Color

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

This div border color is #fec366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec366

Related Colors


Comments

No comments written yet.

Please login to write comment.