Color Hex Logo

#efebf1 Color Hex

#EFEBF1
(239,235,241)
0 Favorites   0 Comments

Color spaces of #efebf1

RGB 239235241
HSL0.780.180.93
HSV280°95°
CMYK 0.010.020.00   0.05
XYZ81.182184.118395.1768
Yxy84.11830.31170.3229
Hunter Lab91.7160-2.50442.6740
CIE-Lab93.50192.4084-2.4327

#efebf1 color RGB value is (239,235,241).

#efebf1 hex color red value is 239, green value is 235 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #efebf1 hue: 0.78 , saturation: 0.18 and the lightness value of efebf1 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11110001
Octal 357 353 361
Decimal 239 235 241
Hex EF EB F1

RGB Percentages of Color #efebf1

%33.43
%32.87
%33.71

CMYK Percentages of Color #efebf1

%1
%2
%0
%5

Triadic Colors of #efebf1

#efebf1 #f1efeb #ebf1ef

Analogous Colors of #efebf1

#efebf1 #f1ebf0 #ecebf1

Monochromatic Colors of #efebf1

#efebf1

Complementary Color

#efebf1 #edf1eb

#efebf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebf1 Color CSS Codes

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

#efebf1 Text Font Color

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

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


#efebf1 Background Color

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

This div background color is #efebf1


#efebf1 Border Color

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

This div border color is #efebf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebf1

#efebf1 Color Palettes


Comments

No comments written yet.

Please login to write comment.