Color Hex Logo

#efebb8 Color Hex

#EFEBB8
(239,235,184)
0 Favorites   0 Comments

Color spaces of #efebb8

RGB 239235184
HSL0.150.630.83
HSV56°23°94°
CMYK 0.000.020.23   0.06
XYZ73.956781.228157.1281
Yxy81.22810.34830.3826
Hunter Lab90.1266-11.246925.5068
CIE-Lab92.2331-6.636525.2993

#efebb8 color RGB value is (239,235,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 10111000
Octal 357 353 270
Decimal 239 235 184
Hex EF EB B8

RGB Percentages of Color #efebb8

%36.32
%35.71
%27.96

CMYK Percentages of Color #efebb8

%0
%2
%23
%6

Triadic Colors of #efebb8

#efebb8 #b8efeb #ebb8ef

Analogous Colors of #efebb8

#efebb8 #d8efb8 #efd0b8

Monochromatic Colors of #efebb8

#efebb8

Complementary Color

#efebb8 #b8bcef

#efebb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebb8 Color CSS Codes

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

#efebb8 Text Font Color

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

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


#efebb8 Background Color

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

This div background color is #efebb8


#efebb8 Border Color

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

This div border color is #efebb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebb8


Comments

No comments written yet.

Please login to write comment.