Color Hex Logo

#efeebc Color Hex

#EFEEBC
(239,238,188)
0 Favorites   0 Comments

Color spaces of #efeebc

RGB 239238188
HSL0.160.610.84
HSV59°21°94°
CMYK 0.000.000.21   0.06
XYZ75.248283.130659.6568
Yxy83.13060.34510.3813
Hunter Lab91.1760-12.240625.0295
CIE-Lab93.0716-7.589124.3992

#efeebc color RGB value is (239,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 10111100
Octal 357 356 274
Decimal 239 238 188
Hex EF EE BC

RGB Percentages of Color #efeebc

%35.94
%35.79
%28.27

CMYK Percentages of Color #efeebc

%0
%0
%21
%6

Triadic Colors of #efeebc

#efeebc #bcefee #eebcef

Analogous Colors of #efeebc

#efeebc #d7efbc #efd5bc

Monochromatic Colors of #efeebc

#efeebc

Complementary Color

#efeebc #bcbdef

#efeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeebc Color CSS Codes

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

#efeebc Text Font Color

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

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


#efeebc Background Color

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

This div background color is #efeebc


#efeebc Border Color

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

This div border color is #efeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeebc


Comments

No comments written yet.

Please login to write comment.