Color Hex Logo

#efeeb6 Color Hex

#EFEEB6
(239,238,182)
0 Favorites   0 Comments

Color spaces of #efeeb6

RGB 239238182
HSL0.160.640.83
HSV59°24°94°
CMYK 0.000.000.24   0.06
XYZ74.614682.877256.3203
Yxy82.87720.34900.3876
Hunter Lab91.0369-13.014527.0459
CIE-Lab92.9606-8.412827.3176

#efeeb6 color RGB value is (239,238,182).

#efeeb6 hex color red value is 239, green value is 238 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #efeeb6 hue: 0.16 , saturation: 0.64 and the lightness value of efeeb6 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 10110110
Octal 357 356 266
Decimal 239 238 182
Hex EF EE B6

RGB Percentages of Color #efeeb6

%36.27
%36.12
%27.62

CMYK Percentages of Color #efeeb6

%0
%0
%24
%6

Triadic Colors of #efeeb6

#efeeb6 #b6efee #eeb6ef

Analogous Colors of #efeeb6

#efeeb6 #d4efb6 #efd2b6

Monochromatic Colors of #efeeb6

#efeeb6

Complementary Color

#efeeb6 #b6b7ef

#efeeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeeb6 Color CSS Codes

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

#efeeb6 Text Font Color

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

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


#efeeb6 Background Color

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

This div background color is #efeeb6


#efeeb6 Border Color

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

This div border color is #efeeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeeb6

#efeeb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.