Color Hex Logo

#efecbf Color Hex

#EFECBF
(239,236,191)
0 Favorites   0 Comments

Color spaces of #efecbf

RGB 239236191
HSL0.160.600.84
HSV56°20°94°
CMYK 0.000.010.20   0.06
XYZ74.996082.103261.1850
Yxy82.10320.34360.3761
Hunter Lab90.6108-10.829523.3920
CIE-Lab92.6204-6.161622.2356

#efecbf color RGB value is (239,236,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 10111111
Octal 357 354 277
Decimal 239 236 191
Hex EF EC BF

RGB Percentages of Color #efecbf

%35.89
%35.44
%28.68

CMYK Percentages of Color #efecbf

%0
%1
%20
%6

Triadic Colors of #efecbf

#efecbf #bfefec #ecbfef

Analogous Colors of #efecbf

#efecbf #daefbf #efd4bf

Monochromatic Colors of #efecbf

#efecbf

Complementary Color

#efecbf #bfc2ef

#efecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecbf Color CSS Codes

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

#efecbf Text Font Color

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

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


#efecbf Background Color

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

This div background color is #efecbf


#efecbf Border Color

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

This div border color is #efecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecbf


Comments

No comments written yet.

Please login to write comment.