Color Hex Logo

#feb67d Color Hex

#FEB67D
(254,182,125)
0 Favorites   0 Comments

Color spaces of #feb67d

RGB 254182125
HSL0.070.980.74
HSV27°51°100°
CMYK 0.000.280.51   0.00
XYZ61.302756.007426.9815
Yxy56.00740.42490.3882
Hunter Lab74.838115.249431.0107
CIE-Lab79.618019.853339.2368

#feb67d color RGB value is (254,182,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01111101
Octal 376 266 175
Decimal 254 182 125
Hex FE B6 7D

RGB Percentages of Color #feb67d

%45.28
%32.44
%22.28

CMYK Percentages of Color #feb67d

%0
%28
%51
%0

Triadic Colors of #feb67d

#feb67d #7dfeb6 #b67dfe

Analogous Colors of #feb67d

#feb67d #fef77d #fe7d85

Monochromatic Colors of #feb67d

#feb67d

Complementary Color

#feb67d #7dc5fe

#feb67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb67d Color CSS Codes

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

#feb67d Text Font Color

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

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


#feb67d Background Color

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

This div background color is #feb67d


#feb67d Border Color

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

This div border color is #feb67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb67d

Related Colors


Comments

No comments written yet.

Please login to write comment.