Color Hex Logo

#feebba Color Hex

#FEEBBA
(254,235,186)
0 Favorites   0 Comments

Color spaces of #feebba

RGB 254235186
HSL0.120.970.86
HSV43°27°100°
CMYK 0.000.070.27   0.00
XYZ79.444384.032758.4871
Yxy84.03270.35790.3786
Hunter Lab91.6694-5.726226.3402
CIE-Lab93.4647-0.840926.1537

#feebba color RGB value is (254,235,186).

#feebba hex color red value is 254, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #feebba hue: 0.12 , saturation: 0.97 and the lightness value of feebba is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 10111010
Octal 376 353 272
Decimal 254 235 186
Hex FE EB BA

RGB Percentages of Color #feebba

%37.63
%34.81
%27.56

CMYK Percentages of Color #feebba

%0
%7
%27
%0

Triadic Colors of #feebba

#feebba #bafeeb #ebbafe

Analogous Colors of #feebba

#feebba #effeba #fec9ba

Monochromatic Colors of #feebba

#feebba

Complementary Color

#feebba #bacdfe

#feebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebba Color CSS Codes

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

#feebba Text Font Color

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

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


#feebba Background Color

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

This div background color is #feebba


#feebba Border Color

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

This div border color is #feebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebba


Comments

No comments written yet.

Please login to write comment.