Color Hex Logo

#feb694 Color Hex

#FEB694
(254,182,148)
0 Favorites   0 Comments

Color spaces of #feb694

RGB 254182148
HSL0.050.980.79
HSV19°42°100°
CMYK 0.000.280.42   0.00
XYZ62.946356.664835.6368
Yxy56.66480.40550.3650
Hunter Lab75.276017.529824.6244
CIE-Lab79.990722.073827.6715

#feb694 color RGB value is (254,182,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 10010100
Octal 376 266 224
Decimal 254 182 148
Hex FE B6 94

RGB Percentages of Color #feb694

%43.49
%31.16
%25.34

CMYK Percentages of Color #feb694

%0
%28
%42
%0

Triadic Colors of #feb694

#feb694 #94feb6 #b694fe

Analogous Colors of #feb694

#feb694 #feeb94 #fe94a7

Monochromatic Colors of #feb694

#feb694

Complementary Color

#feb694 #94dcfe

#feb694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb694 Color CSS Codes

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

#feb694 Text Font Color

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

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


#feb694 Background Color

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

This div background color is #feb694


#feb694 Border Color

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

This div border color is #feb694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb694

Related Colors


Comments

No comments written yet.

Please login to write comment.