Color Hex Logo

#efeabf Color Hex

#EFEABF
(239,234,191)
0 Favorites   0 Comments

Color spaces of #efeabf

RGB 239234191
HSL0.150.600.84
HSV54°20°94°
CMYK 0.000.020.20   0.06
XYZ74.423480.957960.9941
Yxy80.95790.34400.3742
Hunter Lab89.9766-9.814322.7916
CIE-Lab92.1130-5.153321.5326

#efeabf color RGB value is (239,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 10111111
Octal 357 352 277
Decimal 239 234 191
Hex EF EA BF

RGB Percentages of Color #efeabf

%35.99
%35.24
%28.77

CMYK Percentages of Color #efeabf

%0
%2
%20
%6

Triadic Colors of #efeabf

#efeabf #bfefea #eabfef

Analogous Colors of #efeabf

#efeabf #dcefbf #efd2bf

Monochromatic Colors of #efeabf

#efeabf

Complementary Color

#efeabf #bfc4ef

#efeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeabf Color CSS Codes

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

#efeabf Text Font Color

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

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


#efeabf Background Color

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

This div background color is #efeabf


#efeabf Border Color

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

This div border color is #efeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeabf

Related Colors


Comments

No comments written yet.

Please login to write comment.