Color Hex Logo

#efe2bf Color Hex

#EFE2BF
(239,226,191)
0 Favorites   0 Comments

Color spaces of #efe2bf

RGB 239226191
HSL0.120.600.84
HSV44°20°94°
CMYK 0.000.050.20   0.06
XYZ72.196976.505060.2520
Yxy76.50500.34550.3661
Hunter Lab87.4671-5.730520.3849
CIE-Lab90.0933-1.090218.7217

#efe2bf color RGB value is (239,226,191).

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

The process color (four color CMYK) of #efe2bf color hex is 0.00, 0.05, 0.20, 0.06. Web safe color of #efe2bf is #ffcccc. Color #efe2bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 10111111
Octal 357 342 277
Decimal 239 226 191
Hex EF E2 BF

RGB Percentages of Color #efe2bf

%36.43
%34.45
%29.12

CMYK Percentages of Color #efe2bf

%0
%5
%20
%6

Triadic Colors of #efe2bf

#efe2bf #bfefe2 #e2bfef

Analogous Colors of #efe2bf

#efe2bf #e4efbf #efcabf

Monochromatic Colors of #efe2bf

#efe2bf

Complementary Color

#efe2bf #bfccef

#efe2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe2bf Color CSS Codes

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

#efe2bf Text Font Color

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

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


#efe2bf Background Color

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

This div background color is #efe2bf


#efe2bf Border Color

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

This div border color is #efe2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe2bf


Comments

No comments written yet.

Please login to write comment.