Color Hex Logo

#feb67b Color Hex

#FEB67B
(254,182,123)
1 Favorites   0 Comments

Color spaces of #feb67b

RGB 254182123
HSL0.080.980.74
HSV27°52°100°
CMYK 0.000.280.52   0.00
XYZ61.176255.956826.3153
Yxy55.95680.42650.3901
Hunter Lab74.804315.072831.5054
CIE-Lab79.589219.680140.2297

#feb67b color RGB value is (254,182,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01111011
Octal 376 266 173
Decimal 254 182 123
Hex FE B6 7B

RGB Percentages of Color #feb67b

%45.44
%32.56
%22.00

CMYK Percentages of Color #feb67b

%0
%28
%52
%0

Triadic Colors of #feb67b

#feb67b #7bfeb6 #b67bfe

Analogous Colors of #feb67b

#feb67b #fef87b #fe7b82

Monochromatic Colors of #feb67b

#feb67b

Complementary Color

#feb67b #7bc3fe

#feb67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb67b Color CSS Codes

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

#feb67b Text Font Color

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

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


#feb67b Background Color

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

This div background color is #feb67b


#feb67b Border Color

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

This div border color is #feb67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb67b

Related Colors


Comments

No comments written yet.

Please login to write comment.