Color Hex Logo

#efebb9 Color Hex

#EFEBB9
(239,235,185)
0 Favorites   0 Comments

Color spaces of #efebb9

RGB 239235185
HSL0.150.630.83
HSV56°23°94°
CMYK 0.000.020.23   0.06
XYZ74.061981.270257.6822
Yxy81.27020.34770.3815
Hunter Lab90.1500-11.117425.1685
CIE-Lab92.2518-6.499124.8117

#efebb9 color RGB value is (239,235,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 10111001
Octal 357 353 271
Decimal 239 235 185
Hex EF EB B9

RGB Percentages of Color #efebb9

%36.27
%35.66
%28.07

CMYK Percentages of Color #efebb9

%0
%2
%23
%6

Triadic Colors of #efebb9

#efebb9 #b9efeb #ebb9ef

Analogous Colors of #efebb9

#efebb9 #d8efb9 #efd0b9

Monochromatic Colors of #efebb9

#efebb9

Complementary Color

#efebb9 #b9bdef

#efebb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebb9 Color CSS Codes

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

#efebb9 Text Font Color

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

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


#efebb9 Background Color

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

This div background color is #efebb9


#efebb9 Border Color

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

This div border color is #efebb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebb9


Comments

No comments written yet.

Please login to write comment.