Color Hex Logo

#efecbd Color Hex

#EFECBD
(239,236,189)
0 Favorites   0 Comments

Color spaces of #efecbd

RGB 239236189
HSL0.160.610.84
HSV56°21°94°
CMYK 0.000.010.21   0.06
XYZ74.777482.015860.0335
Yxy82.01580.34490.3783
Hunter Lab90.5626-11.097324.0907
CIE-Lab92.5818-6.444823.2111

#efecbd color RGB value is (239,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 10111101
Octal 357 354 275
Decimal 239 236 189
Hex EF EC BD

RGB Percentages of Color #efecbd

%35.99
%35.54
%28.46

CMYK Percentages of Color #efecbd

%0
%1
%21
%6

Triadic Colors of #efecbd

#efecbd #bdefec #ecbdef

Analogous Colors of #efecbd

#efecbd #d9efbd #efd3bd

Monochromatic Colors of #efecbd

#efecbd

Complementary Color

#efecbd #bdc0ef

#efecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecbd Color CSS Codes

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

#efecbd Text Font Color

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

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


#efecbd Background Color

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

This div background color is #efecbd


#efecbd Border Color

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

This div border color is #efecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecbd


Comments

No comments written yet.

Please login to write comment.