Color Hex Logo

#feebeb Color Hex

#FEEBEB
(254,235,235)
0 Favorites   0 Comments

Color spaces of #feebeb

RGB 254235235
HSL0.000.900.96
HSV100°
CMYK 0.000.070.07   0.00
XYZ85.576886.485790.7803
Yxy86.48570.32560.3290
Hunter Lab92.99771.51047.2221
CIE-Lab94.51966.43192.3131

#feebeb color RGB value is (254,235,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11101011
Octal 376 353 353
Decimal 254 235 235
Hex FE EB EB

RGB Percentages of Color #feebeb

%35.08
%32.46
%32.46

CMYK Percentages of Color #feebeb

%0
%7
%7
%0

Triadic Colors of #feebeb

#feebeb #ebfeeb #ebebfe

Analogous Colors of #feebeb

#feebeb #fef5eb #feebf5

Monochromatic Colors of #feebeb

#feebeb

Complementary Color

#feebeb #ebfefe

#feebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebeb Color CSS Codes

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

#feebeb Text Font Color

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

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


#feebeb Background Color

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

This div background color is #feebeb


#feebeb Border Color

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

This div border color is #feebeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,235,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 #feebeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebeb


Comments

No comments written yet.

Please login to write comment.