Color Hex Logo

#fade7b Color Hex

#FADE7B
(250,222,123)
0 Favorites   0 Comments

Color spaces of #fade7b

RGB 250222123
HSL0.130.930.73
HSV47°51°98°
CMYK 0.000.110.51   0.02
XYZ69.120873.996629.3786
Yxy73.99660.40070.4290
Hunter Lab86.0213-7.106939.9657
CIE-Lab88.9209-2.610151.6610

#fade7b color RGB value is (250,222,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 01111011
Octal 372 336 173
Decimal 250 222 123
Hex FA DE 7B

RGB Percentages of Color #fade7b

%42.02
%37.31
%20.67

CMYK Percentages of Color #fade7b

%0
%11
%51
%2

Triadic Colors of #fade7b

#fade7b #7bfade #de7bfa

Analogous Colors of #fade7b

#fade7b #d7fa7b #fa9f7b

Monochromatic Colors of #fade7b

#fade7b

Complementary Color

#fade7b #7b97fa

#fade7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade7b Color CSS Codes

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

#fade7b Text Font Color

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

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


#fade7b Background Color

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

This div background color is #fade7b


#fade7b Border Color

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

This div border color is #fade7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade7b


Comments

No comments written yet.

Please login to write comment.