Color Hex Logo

#feffbd Color Hex

#FEFFBD
(254,255,189)
0 Favorites   0 Comments

Color spaces of #feffbd

RGB 254255189
HSL0.171.000.87
HSV61°26°100°
CMYK 0.000.000.26   0.00
XYZ85.818496.265062.2020
Yxy96.26500.35130.3941
Hunter Lab98.1147-15.571531.0921
CIE-Lab98.5374-10.432331.5280

#feffbd color RGB value is (254,255,189).

#feffbd hex color red value is 254, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #feffbd hue: 0.17 , saturation: 1.00 and the lightness value of feffbd is 0.87.

The process color (four color CMYK) of #feffbd color hex is 0.00, 0.00, 0.26, 0.00. Web safe color of #feffbd is #ffffcc. Color #feffbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 10111101
Octal 376 377 275
Decimal 254 255 189
Hex FE FF BD

RGB Percentages of Color #feffbd

%36.39
%36.53
%27.08

CMYK Percentages of Color #feffbd

%0
%0
%26
%0

Triadic Colors of #feffbd

#feffbd #bdfeff #ffbdfe

Analogous Colors of #feffbd

#feffbd #ddffbd #ffdfbd

Monochromatic Colors of #feffbd

#feffbd

Complementary Color

#feffbd #bebdff

#feffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feffbd Color CSS Codes

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

#feffbd Text Font Color

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

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


#feffbd Background Color

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

This div background color is #feffbd


#feffbd Border Color

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

This div border color is #feffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feffbd

Related Colors


Comments

No comments written yet.

Please login to write comment.