Color Hex Logo

#faed66 Color Hex

#FAED66
(250,237,102)
0 Favorites   0 Comments

Color spaces of #faed66

RGB 250237102
HSL0.150.940.69
HSV55°59°98°
CMYK 0.000.050.59   0.02
XYZ72.106881.851724.5689
Yxy81.85170.40390.4585
Hunter Lab90.4719-16.060047.2293
CIE-Lab92.5094-11.694165.3250

#faed66 color RGB value is (250,237,102).

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

The process color (four color CMYK) of #faed66 color hex is 0.00, 0.05, 0.59, 0.02. Web safe color of #faed66 is #ffff66. Color #faed66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 01100110
Octal 372 355 146
Decimal 250 237 102
Hex FA ED 66

RGB Percentages of Color #faed66

%42.44
%40.24
%17.32

CMYK Percentages of Color #faed66

%0
%5
%59
%2

Triadic Colors of #faed66

#faed66 #66faed #ed66fa

Analogous Colors of #faed66

#faed66 #bdfa66 #faa366

Monochromatic Colors of #faed66

#faed66

Complementary Color

#faed66 #6673fa

#faed66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed66 Color CSS Codes

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

#faed66 Text Font Color

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

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


#faed66 Background Color

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

This div background color is #faed66


#faed66 Border Color

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

This div border color is #faed66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed66


Comments

No comments written yet.

Please login to write comment.