Color Hex Logo

#efe4ee Color Hex

#EFE4EE
(239,228,238)
0 Favorites   0 Comments

Color spaces of #efe4ee

RGB 239228238
HSL0.850.260.92
HSV305°94°
CMYK 0.000.050.00   0.06
XYZ78.772680.010692.1807
Yxy80.01060.31390.3188
Hunter Lab89.44860.66021.5131
CIE-Lab91.68965.4792-3.5292

#efe4ee color RGB value is (239,228,238).

#efe4ee hex color red value is 239, green value is 228 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #efe4ee hue: 0.85 , saturation: 0.26 and the lightness value of efe4ee is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 11101110
Octal 357 344 356
Decimal 239 228 238
Hex EF E4 EE

RGB Percentages of Color #efe4ee

%33.90
%32.34
%33.76

CMYK Percentages of Color #efe4ee

%0
%5
%0
%6

Triadic Colors of #efe4ee

#efe4ee #eeefe4 #e4eeef

Analogous Colors of #efe4ee

#efe4ee #efe4e9 #ebe4ef

Monochromatic Colors of #efe4ee

#efe4ee

Complementary Color

#efe4ee #e4efe5

#efe4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe4ee Color CSS Codes

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

#efe4ee Text Font Color

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

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


#efe4ee Background Color

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

This div background color is #efe4ee


#efe4ee Border Color

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

This div border color is #efe4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe4ee


Comments

No comments written yet.

Please login to write comment.