Color Hex Logo

#fadc88 Color Hex

#FADC88
(250,220,136)
0 Favorites   0 Comments

Color spaces of #fadc88

RGB 250220136
HSL0.120.920.76
HSV44°46°98°
CMYK 0.000.120.46   0.02
XYZ69.461573.288033.7775
Yxy73.28800.39350.4152
Hunter Lab85.6084-4.982236.5325
CIE-Lab88.5849-0.424444.9290

#fadc88 color RGB value is (250,220,136).

#fadc88 hex color red value is 250, green value is 220 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #fadc88 hue: 0.12 , saturation: 0.92 and the lightness value of fadc88 is 0.76.

The process color (four color CMYK) of #fadc88 color hex is 0.00, 0.12, 0.46, 0.02. Web safe color of #fadc88 is #ffcc99. Color #fadc88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 10001000
Octal 372 334 210
Decimal 250 220 136
Hex FA DC 88

RGB Percentages of Color #fadc88

%41.25
%36.30
%22.44

CMYK Percentages of Color #fadc88

%0
%12
%46
%2

Triadic Colors of #fadc88

#fadc88 #88fadc #dc88fa

Analogous Colors of #fadc88

#fadc88 #dffa88 #faa388

Monochromatic Colors of #fadc88

#fadc88

Complementary Color

#fadc88 #88a6fa

#fadc88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc88 Color CSS Codes

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

#fadc88 Text Font Color

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

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


#fadc88 Background Color

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

This div background color is #fadc88


#fadc88 Border Color

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

This div border color is #fadc88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc88


Comments

No comments written yet.

Please login to write comment.