Color Hex Logo

#fec382 Color Hex

#FEC382
(254,195,130)
0 Favorites   0 Comments

Color spaces of #fec382

RGB 254195130
HSL0.090.980.75
HSV31°49°100°
CMYK 0.000.230.49   0.00
XYZ64.417461.712729.6357
Yxy61.71270.41360.3962
Hunter Lab78.55748.895232.6231
CIE-Lab82.760413.504540.6636

#fec382 color RGB value is (254,195,130).

#fec382 hex color red value is 254, green value is 195 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fec382 hue: 0.09 , saturation: 0.98 and the lightness value of fec382 is 0.75.

The process color (four color CMYK) of #fec382 color hex is 0.00, 0.23, 0.49, 0.00. Web safe color of #fec382 is #ffcc99. Color #fec382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 10000010
Octal 376 303 202
Decimal 254 195 130
Hex FE C3 82

RGB Percentages of Color #fec382

%43.87
%33.68
%22.45

CMYK Percentages of Color #fec382

%0
%23
%49
%0

Triadic Colors of #fec382

#fec382 #82fec3 #c382fe

Analogous Colors of #fec382

#fec382 #fbfe82 #fe8582

Monochromatic Colors of #fec382

#fec382

Complementary Color

#fec382 #82bdfe

#fec382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec382 Color CSS Codes

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

#fec382 Text Font Color

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

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


#fec382 Background Color

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

This div background color is #fec382


#fec382 Border Color

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

This div border color is #fec382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec382

Related Colors


Comments

No comments written yet.

Please login to write comment.