Color Hex Logo

#fadf65 Color Hex

#FADF65
(250,223,101)
0 Favorites   0 Comments

Color spaces of #fadf65

RGB 250223101
HSL0.140.940.69
HSV49°60°98°
CMYK 0.000.110.60   0.02
XYZ68.161074.038923.0104
Yxy74.03890.41260.4481
Hunter Lab86.0459-9.182044.3768
CIE-Lab88.9409-4.787261.8034

#fadf65 color RGB value is (250,223,101).

#fadf65 hex color red value is 250, green value is 223 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fadf65 hue: 0.14 , saturation: 0.94 and the lightness value of fadf65 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01100101
Octal 372 337 145
Decimal 250 223 101
Hex FA DF 65

RGB Percentages of Color #fadf65

%43.55
%38.85
%17.60

CMYK Percentages of Color #fadf65

%0
%11
%60
%2

Triadic Colors of #fadf65

#fadf65 #65fadf #df65fa

Analogous Colors of #fadf65

#fadf65 #cbfa65 #fa9565

Monochromatic Colors of #fadf65

#fadf65

Complementary Color

#fadf65 #6580fa

#fadf65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf65 Color CSS Codes

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

#fadf65 Text Font Color

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

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


#fadf65 Background Color

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

This div background color is #fadf65


#fadf65 Border Color

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

This div border color is #fadf65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf65


Comments

No comments written yet.

Please login to write comment.