Color Hex Logo

#efe2f3 Color Hex

#EFE2F3
(239,226,243)
0 Favorites   0 Comments

Color spaces of #efe2f3

RGB 239226243
HSL0.790.410.92
HSV286°95°
CMYK 0.020.070.00   0.05
XYZ78.970679.214595.9217
Yxy79.21450.31080.3117
Hunter Lab89.00252.6259-1.5975
CIE-Lab91.33137.4170-6.6727

#efe2f3 color RGB value is (239,226,243).

#efe2f3 hex color red value is 239, green value is 226 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #efe2f3 hue: 0.79 , saturation: 0.41 and the lightness value of efe2f3 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 11110011
Octal 357 342 363
Decimal 239 226 243
Hex EF E2 F3

RGB Percentages of Color #efe2f3

%33.76
%31.92
%34.32

CMYK Percentages of Color #efe2f3

%2
%7
%0
%5

Triadic Colors of #efe2f3

#efe2f3 #f3efe2 #e2f3ef

Analogous Colors of #efe2f3

#efe2f3 #f3e2ef #e7e2f3

Monochromatic Colors of #efe2f3

#efe2f3

Complementary Color

#efe2f3 #e6f3e2

#efe2f3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe2f3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe2f3 Color CSS Codes

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

#efe2f3 Text Font Color

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

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


#efe2f3 Background Color

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

This div background color is #efe2f3


#efe2f3 Border Color

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

This div border color is #efe2f3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe2f3


Comments

No comments written yet.

Please login to write comment.