Color Hex Logo

#efeeb0 Color Hex

#EFEEB0
(239,238,176)
0 Favorites   0 Comments

Color spaces of #efeeb0

RGB 239238176
HSL0.160.660.81
HSV59°26°94°
CMYK 0.000.000.26   0.06
XYZ74.007682.634453.1237
Yxy82.63440.35280.3939
Hunter Lab90.9035-13.758128.9835
CIE-Lab92.8541-9.207930.2307

#efeeb0 color RGB value is (239,238,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 10110000
Octal 357 356 260
Decimal 239 238 176
Hex EF EE B0

RGB Percentages of Color #efeeb0

%36.60
%36.45
%26.95

CMYK Percentages of Color #efeeb0

%0
%0
%26
%6

Triadic Colors of #efeeb0

#efeeb0 #b0efee #eeb0ef

Analogous Colors of #efeeb0

#efeeb0 #d1efb0 #efcfb0

Monochromatic Colors of #efeeb0

#efeeb0

Complementary Color

#efeeb0 #b0b1ef

#efeeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeeb0 Color CSS Codes

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

#efeeb0 Text Font Color

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

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


#efeeb0 Background Color

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

This div background color is #efeeb0


#efeeb0 Border Color

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

This div border color is #efeeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeeb0


Comments

No comments written yet.

Please login to write comment.