Color Hex Logo

#efe6bf Color Hex

#EFE6BF
(239,230,191)
0 Favorites   0 Comments

Color spaces of #efe6bf

RGB 239230191
HSL0.140.600.84
HSV49°20°94°
CMYK 0.000.040.20   0.06
XYZ73.297478.705960.6188
Yxy78.70590.34470.3702
Hunter Lab88.7163-7.777021.5893
CIE-Lab91.1011-3.127620.1267

#efe6bf color RGB value is (239,230,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 10111111
Octal 357 346 277
Decimal 239 230 191
Hex EF E6 BF

RGB Percentages of Color #efe6bf

%36.21
%34.85
%28.94

CMYK Percentages of Color #efe6bf

%0
%4
%20
%6

Triadic Colors of #efe6bf

#efe6bf #bfefe6 #e6bfef

Analogous Colors of #efe6bf

#efe6bf #e0efbf #efcebf

Monochromatic Colors of #efe6bf

#efe6bf

Complementary Color

#efe6bf #bfc8ef

#efe6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe6bf Color CSS Codes

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

#efe6bf Text Font Color

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

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


#efe6bf Background Color

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

This div background color is #efe6bf


#efe6bf Border Color

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

This div border color is #efe6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe6bf

#efe6bf Color Palettes


Comments

No comments written yet.

Please login to write comment.