Color Hex Logo

#efeab7 Color Hex

#EFEAB7
(239,234,183)
0 Favorites   0 Comments

Color spaces of #efeab7

RGB 239234183
HSL0.150.640.83
HSV55°23°94°
CMYK 0.000.020.23   0.06
XYZ73.566780.615356.4827
Yxy80.61530.34920.3827
Hunter Lab89.7860-10.870525.5520
CIE-Lab91.9602-6.270125.4386

#efeab7 color RGB value is (239,234,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 10110111
Octal 357 352 267
Decimal 239 234 183
Hex EF EA B7

RGB Percentages of Color #efeab7

%36.43
%35.67
%27.90

CMYK Percentages of Color #efeab7

%0
%2
%23
%6

Triadic Colors of #efeab7

#efeab7 #b7efea #eab7ef

Analogous Colors of #efeab7

#efeab7 #d8efb7 #efceb7

Monochromatic Colors of #efeab7

#efeab7

Complementary Color

#efeab7 #b7bcef

#efeab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeab7 Color CSS Codes

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

#efeab7 Text Font Color

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

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


#efeab7 Background Color

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

This div background color is #efeab7


#efeab7 Border Color

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

This div border color is #efeab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeab7


Comments

No comments written yet.

Please login to write comment.