Color Hex Logo

#efefbb Color Hex

#EFEFBB
(239,239,187)
0 Favorites   0 Comments

Color spaces of #efefbb

RGB 239239187
HSL0.170.620.84
HSV60°22°94°
CMYK 0.000.000.22   0.06
XYZ75.432783.671659.1882
Yxy83.67160.34560.3833
Hunter Lab91.4722-12.876025.6662
CIE-Lab93.3077-8.229025.2359

#efefbb color RGB value is (239,239,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 10111011
Octal 357 357 273
Decimal 239 239 187
Hex EF EF BB

RGB Percentages of Color #efefbb

%35.94
%35.94
%28.12

CMYK Percentages of Color #efefbb

%0
%0
%22
%6

Triadic Colors of #efefbb

#efefbb #bbefef #efbbef

Analogous Colors of #efefbb

#efefbb #d5efbb #efd5bb

Monochromatic Colors of #efefbb

#efefbb

Complementary Color

#efefbb #bbbbef

#efefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efefbb Color CSS Codes

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

#efefbb Text Font Color

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

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


#efefbb Background Color

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

This div background color is #efefbb


#efefbb Border Color

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

This div border color is #efefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efefbb


Comments

No comments written yet.

Please login to write comment.