Color Hex Logo

#efebba Color Hex

#EFEBBA
(239,235,186)
0 Favorites   0 Comments

Color spaces of #efebba

RGB 239235186
HSL0.150.620.83
HSV55°22°94°
CMYK 0.000.020.22   0.06
XYZ74.167981.312658.2402
Yxy81.31260.34700.3805
Hunter Lab90.1735-10.987024.8279
CIE-Lab92.2706-6.360824.3240

#efebba color RGB value is (239,235,186).

#efebba hex color red value is 239, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #efebba hue: 0.15 , saturation: 0.62 and the lightness value of efebba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 10111010
Octal 357 353 272
Decimal 239 235 186
Hex EF EB BA

RGB Percentages of Color #efebba

%36.21
%35.61
%28.18

CMYK Percentages of Color #efebba

%0
%2
%22
%6

Triadic Colors of #efebba

#efebba #baefeb #ebbaef

Analogous Colors of #efebba

#efebba #d9efba #efd1ba

Monochromatic Colors of #efebba

#efebba

Complementary Color

#efebba #babeef

#efebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebba Color CSS Codes

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

#efebba Text Font Color

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

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


#efebba Background Color

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

This div background color is #efebba


#efebba Border Color

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

This div border color is #efebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebba


Comments

No comments written yet.

Please login to write comment.