Color Hex Logo

#fafdc4 Color Hex

#FAFDC4
(250,253,196)
0 Favorites   0 Comments

Color spaces of #fafdc4

RGB 250253196
HSL0.180.930.88
HSV63°23°99°
CMYK 0.010.000.23   0.01
XYZ84.513494.560166.0221
Yxy94.56010.34480.3858
Hunter Lab97.2420-15.038527.8147
CIE-Lab97.8572-9.962527.0253

#fafdc4 color RGB value is (250,253,196).

#fafdc4 hex color red value is 250, green value is 253 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #fafdc4 hue: 0.18 , saturation: 0.93 and the lightness value of fafdc4 is 0.88.

The process color (four color CMYK) of #fafdc4 color hex is 0.01, 0.00, 0.23, 0.01. Web safe color of #fafdc4 is #ffffcc. Color #fafdc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 11000100
Octal 372 375 304
Decimal 250 253 196
Hex FA FD C4

RGB Percentages of Color #fafdc4

%35.77
%36.19
%28.04

CMYK Percentages of Color #fafdc4

%1
%0
%23
%1

Triadic Colors of #fafdc4

#fafdc4 #c4fafd #fdc4fa

Analogous Colors of #fafdc4

#fafdc4 #defdc4 #fde4c4

Monochromatic Colors of #fafdc4

#fafdc4

Complementary Color

#fafdc4 #c7c4fd

#fafdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafdc4 Color CSS Codes

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

#fafdc4 Text Font Color

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

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


#fafdc4 Background Color

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

This div background color is #fafdc4


#fafdc4 Border Color

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

This div border color is #fafdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafdc4

Related Colors


Comments

No comments written yet.

Please login to write comment.