Color Hex Logo

#fafeb2 Color Hex

#FAFEB2
(250,254,178)
0 Favorites   0 Comments

Color spaces of #fafeb2

RGB 250254178
HSL0.180.970.85
HSV63°30°100°
CMYK 0.020.000.30   0.00
XYZ82.902094.422055.9753
Yxy94.42200.35530.4047
Hunter Lab97.1710-17.760933.8657
CIE-Lab97.8018-12.798935.9929

#fafeb2 color RGB value is (250,254,178).

#fafeb2 hex color red value is 250, green value is 254 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #fafeb2 hue: 0.18 , saturation: 0.97 and the lightness value of fafeb2 is 0.85.

The process color (four color CMYK) of #fafeb2 color hex is 0.02, 0.00, 0.30, 0.00. Web safe color of #fafeb2 is #ffff99. Color #fafeb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 10110010
Octal 372 376 262
Decimal 250 254 178
Hex FA FE B2

RGB Percentages of Color #fafeb2

%36.66
%37.24
%26.10

CMYK Percentages of Color #fafeb2

%2
%0
%30
%0

Triadic Colors of #fafeb2

#fafeb2 #b2fafe #feb2fa

Analogous Colors of #fafeb2

#fafeb2 #d4feb2 #fedcb2

Monochromatic Colors of #fafeb2

#fafeb2

Complementary Color

#fafeb2 #b6b2fe

#fafeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafeb2 Color CSS Codes

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

#fafeb2 Text Font Color

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

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


#fafeb2 Background Color

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

This div background color is #fafeb2


#fafeb2 Border Color

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

This div border color is #fafeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafeb2

Related Colors


Comments

No comments written yet.

Please login to write comment.