Color Hex Logo

#fadf80 Color Hex

#FADF80
(250,223,128)
0 Favorites   0 Comments

Color spaces of #fadf80

RGB 250223128
HSL0.130.920.74
HSV47°49°98°
CMYK 0.000.110.49   0.02
XYZ69.708374.657931.1585
Yxy74.65790.39710.4253
Hunter Lab86.4048-7.201039.1028
CIE-Lab89.2325-2.683149.6394

#fadf80 color RGB value is (250,223,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 10000000
Octal 372 337 200
Decimal 250 223 128
Hex FA DF 80

RGB Percentages of Color #fadf80

%41.60
%37.10
%21.30

CMYK Percentages of Color #fadf80

%0
%11
%49
%2

Triadic Colors of #fadf80

#fadf80 #80fadf #df80fa

Analogous Colors of #fadf80

#fadf80 #d8fa80 #faa280

Monochromatic Colors of #fadf80

#fadf80

Complementary Color

#fadf80 #809bfa

#fadf80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf80 Color CSS Codes

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

#fadf80 Text Font Color

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

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


#fadf80 Background Color

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

This div background color is #fadf80


#fadf80 Border Color

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

This div border color is #fadf80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf80

Related Colors


Comments

No comments written yet.

Please login to write comment.