Color Hex Logo

#fafeeb Color Hex

#FAFEEB
(250,254,235)
0 Favorites   0 Comments

Color spaces of #fafeeb

RGB 250254235
HSL0.200.900.96
HSV73°100°
CMYK 0.020.000.07   0.00
XYZ89.861597.205892.6236
Yxy97.20580.32130.3475
Hunter Lab98.5930-9.845913.3149
CIE-Lab98.9094-4.56248.6161

#fafeeb color RGB value is (250,254,235).

#fafeeb hex color red value is 250, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fafeeb hue: 0.20 , saturation: 0.90 and the lightness value of fafeeb is 0.96.

The process color (four color CMYK) of #fafeeb color hex is 0.02, 0.00, 0.07, 0.00. Web safe color of #fafeeb is #ffffff. Color #fafeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 11101011
Octal 372 376 353
Decimal 250 254 235
Hex FA FE EB

RGB Percentages of Color #fafeeb

%33.83
%34.37
%31.80

CMYK Percentages of Color #fafeeb

%2
%0
%7
%0

Triadic Colors of #fafeeb

#fafeeb #ebfafe #feebfa

Analogous Colors of #fafeeb

#fafeeb #f1feeb #fef9eb

Monochromatic Colors of #fafeeb

#fafeeb

Complementary Color

#fafeeb #efebfe

#fafeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafeeb Color CSS Codes

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

#fafeeb Text Font Color

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

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


#fafeeb Background Color

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

This div background color is #fafeeb


#fafeeb Border Color

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

This div border color is #fafeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafeeb

Related Colors


Comments

No comments written yet.

Please login to write comment.