Color Hex Logo

#efe8bf Color Hex

#EFE8BF
(239,232,191)
0 Favorites   0 Comments

Color spaces of #efe8bf

RGB 239232191
HSL0.140.600.84
HSV51°20°94°
CMYK 0.000.030.20   0.06
XYZ73.857279.825560.8054
Yxy79.82550.34430.3722
Hunter Lab89.3451-8.796822.1907
CIE-Lab91.6065-4.142020.8296

#efe8bf color RGB value is (239,232,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101000 10111111
Octal 357 350 277
Decimal 239 232 191
Hex EF E8 BF

RGB Percentages of Color #efe8bf

%36.10
%35.05
%28.85

CMYK Percentages of Color #efe8bf

%0
%3
%20
%6

Triadic Colors of #efe8bf

#efe8bf #bfefe8 #e8bfef

Analogous Colors of #efe8bf

#efe8bf #deefbf #efd0bf

Monochromatic Colors of #efe8bf

#efe8bf

Complementary Color

#efe8bf #bfc6ef

#efe8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe8bf Color CSS Codes

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

#efe8bf Text Font Color

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

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


#efe8bf Background Color

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

This div background color is #efe8bf


#efe8bf Border Color

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

This div border color is #efe8bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,232,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 #efe8bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe8bf

Related Colors


Comments

No comments written yet.

Please login to write comment.