Color Hex Logo

#fadd10 Color Hex

#FADD10
(250,221,16)
0 Favorites   0 Comments

Color spaces of #fadd10

RGB 25022116
HSL0.150.960.52
HSV53°94°98°
CMYK 0.000.120.94   0.02
XYZ65.374372.074310.9563
Yxy72.07430.44050.4857
Hunter Lab84.8966-11.115851.7760
CIE-Lab88.0043-6.934786.2932

#fadd10 color RGB value is (250,221,16).

#fadd10 hex color red value is 250, green value is 221 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #fadd10 hue: 0.15 , saturation: 0.96 and the lightness value of fadd10 is 0.52.

The process color (four color CMYK) of #fadd10 color hex is 0.00, 0.12, 0.94, 0.02. Web safe color of #fadd10 is #ffcc00. Color #fadd10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 00010000
Octal 372 335 20
Decimal 250 221 16
Hex FA DD 10

RGB Percentages of Color #fadd10

%51.33
%45.38
%3.29

CMYK Percentages of Color #fadd10

%0
%12
%94
%2

Triadic Colors of #fadd10

#fadd10 #10fadd #dd10fa

Analogous Colors of #fadd10

#fadd10 #a2fa10 #fa6810

Monochromatic Colors of #fadd10

#fadd10

Complementary Color

#fadd10 #102dfa

#fadd10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadd10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadd10 Color CSS Codes

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

#fadd10 Text Font Color

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

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


#fadd10 Background Color

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

This div background color is #fadd10


#fadd10 Border Color

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

This div border color is #fadd10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadd10


Comments

No comments written yet.

Please login to write comment.