Color Hex Logo

#faed7b Color Hex

#FAED7B
(250,237,123)
0 Favorites   0 Comments

Color spaces of #faed7b

RGB 250237123
HSL0.150.930.73
HSV54°51°98°
CMYK 0.000.050.51   0.02
XYZ73.283782.322430.7662
Yxy82.32240.39320.4417
Hunter Lab90.7317-14.606643.4075
CIE-Lab92.7170-10.121456.2025

#faed7b color RGB value is (250,237,123).

#faed7b hex color red value is 250, green value is 237 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #faed7b hue: 0.15 , saturation: 0.93 and the lightness value of faed7b is 0.73.

The process color (four color CMYK) of #faed7b color hex is 0.00, 0.05, 0.51, 0.02. Web safe color of #faed7b is #ffff66. Color #faed7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 01111011
Octal 372 355 173
Decimal 250 237 123
Hex FA ED 7B

RGB Percentages of Color #faed7b

%40.98
%38.85
%20.16

CMYK Percentages of Color #faed7b

%0
%5
%51
%2

Triadic Colors of #faed7b

#faed7b #7bfaed #ed7bfa

Analogous Colors of #faed7b

#faed7b #c8fa7b #faae7b

Monochromatic Colors of #faed7b

#faed7b

Complementary Color

#faed7b #7b88fa

#faed7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed7b Color CSS Codes

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

#faed7b Text Font Color

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

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


#faed7b Background Color

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

This div background color is #faed7b


#faed7b Border Color

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

This div border color is #faed7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,237,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 #faed7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed7b


Comments

No comments written yet.

Please login to write comment.