Color Hex Logo

#efebb0 Color Hex

#EFEBB0
(239,235,176)
0 Favorites   0 Comments

Color spaces of #efebb0

RGB 239235176
HSL0.160.660.81
HSV56°26°94°
CMYK 0.000.020.26   0.06
XYZ73.141480.902052.8350
Yxy80.90200.35350.3911
Hunter Lab89.9455-12.253128.1343
CIE-Lab92.0881-7.707529.1956

#efebb0 color RGB value is (239,235,176).

#efebb0 hex color red value is 239, green value is 235 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #efebb0 hue: 0.16 , saturation: 0.66 and the lightness value of efebb0 is 0.81.

The process color (four color CMYK) of #efebb0 color hex is 0.00, 0.02, 0.26, 0.06. Web safe color of #efebb0 is #ffff99. Color #efebb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 10110000
Octal 357 353 260
Decimal 239 235 176
Hex EF EB B0

RGB Percentages of Color #efebb0

%36.77
%36.15
%27.08

CMYK Percentages of Color #efebb0

%0
%2
%26
%6

Triadic Colors of #efebb0

#efebb0 #b0efeb #ebb0ef

Analogous Colors of #efebb0

#efebb0 #d4efb0 #efccb0

Monochromatic Colors of #efebb0

#efebb0

Complementary Color

#efebb0 #b0b4ef

#efebb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebb0 Color CSS Codes

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

#efebb0 Text Font Color

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

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


#efebb0 Background Color

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

This div background color is #efebb0


#efebb0 Border Color

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

This div border color is #efebb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebb0


Comments

No comments written yet.

Please login to write comment.