Color Hex Logo

#feb685 Color Hex

#FEB685
(254,182,133)
0 Favorites   0 Comments

Color spaces of #feb685

RGB 254182133
HSL0.070.980.76
HSV24°48°100°
CMYK 0.000.280.48   0.00
XYZ61.834656.220229.7828
Yxy56.22020.41830.3803
Hunter Lab74.980115.990128.9356
CIE-Lab79.739020.577835.2402

#feb685 color RGB value is (254,182,133).

#feb685 hex color red value is 254, green value is 182 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #feb685 hue: 0.07 , saturation: 0.98 and the lightness value of feb685 is 0.76.

The process color (four color CMYK) of #feb685 color hex is 0.00, 0.28, 0.48, 0.00. Web safe color of #feb685 is #ffcc99. Color #feb685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 10000101
Octal 376 266 205
Decimal 254 182 133
Hex FE B6 85

RGB Percentages of Color #feb685

%44.64
%31.99
%23.37

CMYK Percentages of Color #feb685

%0
%28
%48
%0

Triadic Colors of #feb685

#feb685 #85feb6 #b685fe

Analogous Colors of #feb685

#feb685 #fef385 #fe8591

Monochromatic Colors of #feb685

#feb685

Complementary Color

#feb685 #85cdfe

#feb685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb685 Color CSS Codes

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

#feb685 Text Font Color

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

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


#feb685 Background Color

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

This div background color is #feb685


#feb685 Border Color

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

This div border color is #feb685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb685


Comments

No comments written yet.

Please login to write comment.