Color Hex Logo

#fadf85 Color Hex

#FADF85
(250,223,133)
0 Favorites   0 Comments

Color spaces of #fadf85

RGB 250223133
HSL0.130.920.75
HSV46°47°98°
CMYK 0.000.110.47   0.02
XYZ70.045774.792832.9350
Yxy74.79280.39400.4207
Hunter Lab86.4828-6.771137.9587
CIE-Lab89.2958-2.229847.2900

#fadf85 color RGB value is (250,223,133).

#fadf85 hex color red value is 250, green value is 223 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #fadf85 hue: 0.13 , saturation: 0.92 and the lightness value of fadf85 is 0.75.

The process color (four color CMYK) of #fadf85 color hex is 0.00, 0.11, 0.47, 0.02. Web safe color of #fadf85 is #ffcc99. Color #fadf85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 10000101
Octal 372 337 205
Decimal 250 223 133
Hex FA DF 85

RGB Percentages of Color #fadf85

%41.25
%36.80
%21.95

CMYK Percentages of Color #fadf85

%0
%11
%47
%2

Triadic Colors of #fadf85

#fadf85 #85fadf #df85fa

Analogous Colors of #fadf85

#fadf85 #dbfa85 #faa585

Monochromatic Colors of #fadf85

#fadf85

Complementary Color

#fadf85 #85a0fa

#fadf85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf85 Color CSS Codes

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

#fadf85 Text Font Color

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

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


#fadf85 Background Color

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

This div background color is #fadf85


#fadf85 Border Color

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

This div border color is #fadf85


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,223,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf85


Comments

No comments written yet.

Please login to write comment.