Color Hex Logo

#ffefbd Color Hex

#FFEFBD
(255,239,189)
0 Favorites   0 Comments

Color spaces of #ffefbd

RGB 255239189
HSL0.131.000.87
HSV45°26°100°
CMYK 0.000.060.26   0.00
XYZ81.291886.667160.5880
Yxy86.66710.35570.3792
Hunter Lab93.0952-7.048226.5796
CIE-Lab94.5968-2.097726.1818

#ffefbd color RGB value is (255,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 10111101
Octal 377 357 275
Decimal 255 239 189
Hex FF EF BD

RGB Percentages of Color #ffefbd

%37.34
%34.99
%27.67

CMYK Percentages of Color #ffefbd

%0
%6
%26
%0

Triadic Colors of #ffefbd

#ffefbd #bdffef #efbdff

Analogous Colors of #ffefbd

#ffefbd #eeffbd #ffcebd

Monochromatic Colors of #ffefbd

#ffefbd

Complementary Color

#ffefbd #bdcdff

#ffefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefbd Color CSS Codes

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

#ffefbd Text Font Color

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

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


#ffefbd Background Color

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

This div background color is #ffefbd


#ffefbd Border Color

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

This div border color is #ffefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefbd


Comments

No comments written yet.

Please login to write comment.