Color Hex Logo

#efefbd Color Hex

#EFEFBD
(239,239,189)
0 Favorites   0 Comments

Color spaces of #efefbd

RGB 239239189
HSL0.170.610.84
HSV60°21°94°
CMYK 0.000.000.21   0.06
XYZ75.648483.757860.3239
Yxy83.75780.34430.3812
Hunter Lab91.5193-12.613524.9832
CIE-Lab93.3452-7.949924.2632

#efefbd color RGB value is (239,239,189).

#efefbd hex color red value is 239, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #efefbd hue: 0.17 , saturation: 0.61 and the lightness value of efefbd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 10111101
Octal 357 357 275
Decimal 239 239 189
Hex EF EF BD

RGB Percentages of Color #efefbd

%35.83
%35.83
%28.34

CMYK Percentages of Color #efefbd

%0
%0
%21
%6

Triadic Colors of #efefbd

#efefbd #bdefef #efbdef

Analogous Colors of #efefbd

#efefbd #d6efbd #efd6bd

Monochromatic Colors of #efefbd

#efefbd

Complementary Color

#efefbd #bdbdef

#efefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efefbd Color CSS Codes

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

#efefbd Text Font Color

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

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


#efefbd Background Color

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

This div background color is #efefbd


#efefbd Border Color

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

This div border color is #efefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efefbd

#efefbd Color Palettes


Comments

No comments written yet.

Please login to write comment.