Color Hex Logo

#feb292 Color Hex

#FEB292
(254,178,146)
0 Favorites   0 Comments

Color spaces of #feb292

RGB 254178146
HSL0.050.980.78
HSV18°43°100°
CMYK 0.000.300.43   0.00
XYZ61.981854.986934.5409
Yxy54.98690.40910.3629
Hunter Lab74.153219.433324.2896
CIE-Lab79.033723.961227.4491

#feb292 color RGB value is (254,178,146).

#feb292 hex color red value is 254, green value is 178 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #feb292 hue: 0.05 , saturation: 0.98 and the lightness value of feb292 is 0.78.

The process color (four color CMYK) of #feb292 color hex is 0.00, 0.30, 0.43, 0.00. Web safe color of #feb292 is #ff9999. Color #feb292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 10010010
Octal 376 262 222
Decimal 254 178 146
Hex FE B2 92

RGB Percentages of Color #feb292

%43.94
%30.80
%25.26

CMYK Percentages of Color #feb292

%0
%30
%43
%0

Triadic Colors of #feb292

#feb292 #92feb2 #b292fe

Analogous Colors of #feb292

#feb292 #fee892 #fe92a8

Monochromatic Colors of #feb292

#feb292

Complementary Color

#feb292 #92defe

#feb292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb292 Color CSS Codes

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

#feb292 Text Font Color

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

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


#feb292 Background Color

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

This div background color is #feb292


#feb292 Border Color

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

This div border color is #feb292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb292

Related Colors


Comments

No comments written yet.

Please login to write comment.