Color Hex Logo

#feb27e Color Hex

#FEB27E
(254,178,126)
0 Favorites   0 Comments

Color spaces of #feb27e

RGB 254178126
HSL0.070.980.75
HSV24°50°100°
CMYK 0.000.300.50   0.00
XYZ60.559354.418027.0506
Yxy54.41800.42640.3832
Hunter Lab73.768617.442229.8966
CIE-Lab78.704822.036137.5552

#feb27e color RGB value is (254,178,126).

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

The process color (four color CMYK) of #feb27e color hex is 0.00, 0.30, 0.50, 0.00. Web safe color of #feb27e is #ff9966. Color #feb27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 01111110
Octal 376 262 176
Decimal 254 178 126
Hex FE B2 7E

RGB Percentages of Color #feb27e

%45.52
%31.90
%22.58

CMYK Percentages of Color #feb27e

%0
%30
%50
%0

Triadic Colors of #feb27e

#feb27e #7efeb2 #b27efe

Analogous Colors of #feb27e

#feb27e #fef27e #fe7e8a

Monochromatic Colors of #feb27e

#feb27e

Complementary Color

#feb27e #7ecafe

#feb27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb27e Color CSS Codes

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

#feb27e Text Font Color

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

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


#feb27e Background Color

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

This div background color is #feb27e


#feb27e Border Color

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

This div border color is #feb27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb27e


Comments

No comments written yet.

Please login to write comment.