Color Hex Logo

#feb670 Color Hex

#FEB670
(254,182,112)
0 Favorites   0 Comments

Color spaces of #feb670

RGB 254182112
HSL0.080.990.72
HSV30°56°100°
CMYK 0.000.280.56   0.00
XYZ60.525655.696622.8897
Yxy55.69660.43510.4004
Hunter Lab74.630214.162034.0564
CIE-Lab79.440818.783945.6327

#feb670 color RGB value is (254,182,112).

#feb670 hex color red value is 254, green value is 182 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #feb670 hue: 0.08 , saturation: 0.99 and the lightness value of feb670 is 0.72.

The process color (four color CMYK) of #feb670 color hex is 0.00, 0.28, 0.56, 0.00. Web safe color of #feb670 is #ffcc66. Color #feb670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01110000
Octal 376 266 160
Decimal 254 182 112
Hex FE B6 70

RGB Percentages of Color #feb670

%46.35
%33.21
%20.44

CMYK Percentages of Color #feb670

%0
%28
%56
%0

Triadic Colors of #feb670

#feb670 #70feb6 #b670fe

Analogous Colors of #feb670

#feb670 #fefd70 #fe7071

Monochromatic Colors of #feb670

#feb670

Complementary Color

#feb670 #70b8fe

#feb670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb670 Color CSS Codes

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

#feb670 Text Font Color

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

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


#feb670 Background Color

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

This div background color is #feb670


#feb670 Border Color

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

This div border color is #feb670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb670


Comments

No comments written yet.

Please login to write comment.