Color Hex Logo

#efeeb1 Color Hex

#EFEEB1
(239,238,177)
0 Favorites   0 Comments

Color spaces of #efeeb1

RGB 239238177
HSL0.160.660.82
HSV59°26°94°
CMYK 0.000.000.26   0.06
XYZ74.107082.674153.6468
Yxy82.67410.35220.3929
Hunter Lab90.9253-13.636128.6660
CIE-Lab92.8716-9.077229.7457

#efeeb1 color RGB value is (239,238,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 10110001
Octal 357 356 261
Decimal 239 238 177
Hex EF EE B1

RGB Percentages of Color #efeeb1

%36.54
%36.39
%27.06

CMYK Percentages of Color #efeeb1

%0
%0
%26
%6

Triadic Colors of #efeeb1

#efeeb1 #b1efee #eeb1ef

Analogous Colors of #efeeb1

#efeeb1 #d1efb1 #efcfb1

Monochromatic Colors of #efeeb1

#efeeb1

Complementary Color

#efeeb1 #b1b2ef

#efeeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeeb1 Color CSS Codes

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

#efeeb1 Text Font Color

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

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


#efeeb1 Background Color

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

This div background color is #efeeb1


#efeeb1 Border Color

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

This div border color is #efeeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeeb1


Comments

No comments written yet.

Please login to write comment.