Color Hex Logo

#efeef3 Color Hex

#EFEEF3
(239,238,243)
0 Favorites   0 Comments

Color spaces of #efeef3

RGB 239238243
HSL0.700.170.94
HSV252°95°
CMYK 0.020.020.00   0.05
XYZ82.348885.970997.0478
Yxy85.97090.31030.3240
Hunter Lab92.7205-3.72782.8473
CIE-Lab94.29991.2304-2.3017

#efeef3 color RGB value is (239,238,243).

#efeef3 hex color red value is 239, green value is 238 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #efeef3 hue: 0.70 , saturation: 0.17 and the lightness value of efeef3 is 0.94.

The process color (four color CMYK) of #efeef3 color hex is 0.02, 0.02, 0.00, 0.05. Web safe color of #efeef3 is #ffffff. Color #efeef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11110011
Octal 357 356 363
Decimal 239 238 243
Hex EF EE F3

RGB Percentages of Color #efeef3

%33.19
%33.06
%33.75

CMYK Percentages of Color #efeef3

%2
%2
%0
%5

Triadic Colors of #efeef3

#efeef3 #f3efee #eef3ef

Analogous Colors of #efeef3

#efeef3 #f2eef3 #eef0f3

Monochromatic Colors of #efeef3

#efeef3

Complementary Color

#efeef3 #f2f3ee

#efeef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeef3 Color CSS Codes

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

#efeef3 Text Font Color

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

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


#efeef3 Background Color

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

This div background color is #efeef3


#efeef3 Border Color

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

This div border color is #efeef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeef3


Comments

No comments written yet.

Please login to write comment.