Color Hex Logo

#efe6ee Color Hex

#EFE6EE
(239,230,238)
0 Favorites   0 Comments

Color spaces of #efe6ee

RGB 239230238
HSL0.850.220.92
HSV307°94°
CMYK 0.000.040.00   0.06
XYZ79.326081.117492.3652
Yxy81.11740.31380.3209
Hunter Lab90.0652-0.39812.2415
CIE-Lab92.18394.4459-2.8031

#efe6ee color RGB value is (239,230,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 11101110
Octal 357 346 356
Decimal 239 230 238
Hex EF E6 EE

RGB Percentages of Color #efe6ee

%33.80
%32.53
%33.66

CMYK Percentages of Color #efe6ee

%0
%4
%0
%6

Triadic Colors of #efe6ee

#efe6ee #eeefe6 #e6eeef

Analogous Colors of #efe6ee

#efe6ee #efe6ea #ece6ef

Monochromatic Colors of #efe6ee

#efe6ee

Complementary Color

#efe6ee #e6efe7

#efe6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe6ee Color CSS Codes

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

#efe6ee Text Font Color

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

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


#efe6ee Background Color

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

This div background color is #efe6ee


#efe6ee Border Color

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

This div border color is #efe6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe6ee


Comments

No comments written yet.

Please login to write comment.