Color Hex Logo

#efe4bf Color Hex

#EFE4BF
(239,228,191)
0 Favorites   0 Comments

Color spaces of #efe4bf

RGB 239228191
HSL0.130.600.84
HSV46°20°94°
CMYK 0.000.050.20   0.06
XYZ72.744077.599160.4343
Yxy77.59910.34510.3682
Hunter Lab88.0904-6.754920.9874
CIE-Lab90.5966-2.110319.4242

#efe4bf color RGB value is (239,228,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 10111111
Octal 357 344 277
Decimal 239 228 191
Hex EF E4 BF

RGB Percentages of Color #efe4bf

%36.32
%34.65
%29.03

CMYK Percentages of Color #efe4bf

%0
%5
%20
%6

Triadic Colors of #efe4bf

#efe4bf #bfefe4 #e4bfef

Analogous Colors of #efe4bf

#efe4bf #e2efbf #efccbf

Monochromatic Colors of #efe4bf

#efe4bf

Complementary Color

#efe4bf #bfcaef

#efe4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe4bf Color CSS Codes

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

#efe4bf Text Font Color

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

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


#efe4bf Background Color

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

This div background color is #efe4bf


#efe4bf Border Color

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

This div border color is #efe4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe4bf


Comments

No comments written yet.

Please login to write comment.