Color Hex Logo

#feebe6 Color Hex

#FEEBE6
(254,235,230)
3 Favorites   0 Comments

Color spaces of #feebe6

RGB 254235230
HSL0.030.920.95
HSV13°100°
CMYK 0.000.070.09   0.00
XYZ84.864386.200787.0285
Yxy86.20070.32880.3340
Hunter Lab92.84430.68029.4150
CIE-Lab94.39815.61204.7334

#feebe6 color RGB value is (254,235,230).

#feebe6 hex color red value is 254, green value is 235 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #feebe6 hue: 0.03 , saturation: 0.92 and the lightness value of feebe6 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11100110
Octal 376 353 346
Decimal 254 235 230
Hex FE EB E6

RGB Percentages of Color #feebe6

%35.33
%32.68
%31.99

CMYK Percentages of Color #feebe6

%0
%7
%9
%0

Triadic Colors of #feebe6

#feebe6 #e6feeb #ebe6fe

Analogous Colors of #feebe6

#feebe6 #fef7e6 #fee6ed

Monochromatic Colors of #feebe6

#feebe6

Complementary Color

#feebe6 #e6f9fe

#feebe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebe6 Color CSS Codes

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

#feebe6 Text Font Color

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

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


#feebe6 Background Color

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

This div background color is #feebe6


#feebe6 Border Color

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

This div border color is #feebe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebe6


Comments

No comments written yet.

Please login to write comment.