Color Hex Logo

#efdfeb Color Hex

#EFDFEB
(239,223,235)
0 Favorites   0 Comments

Color spaces of #efdfeb

RGB 239223235
HSL0.880.330.91
HSV315°94°
CMYK 0.000.070.02   0.06
XYZ76.979777.124289.4265
Yxy77.12420.31610.3167
Hunter Lab87.82042.78001.0999
CIE-Lab90.37877.5389-3.8859

#efdfeb color RGB value is (239,223,235).

#efdfeb hex color red value is 239, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #efdfeb hue: 0.88 , saturation: 0.33 and the lightness value of efdfeb is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 11101011
Octal 357 337 353
Decimal 239 223 235
Hex EF DF EB

RGB Percentages of Color #efdfeb

%34.29
%31.99
%33.72

CMYK Percentages of Color #efdfeb

%0
%7
%2
%6

Triadic Colors of #efdfeb

#efdfeb #ebefdf #dfebef

Analogous Colors of #efdfeb

#efdfeb #efdfe3 #ebdfef

Monochromatic Colors of #efdfeb

#efdfeb

Complementary Color

#efdfeb #dfefe3

#efdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdfeb Color CSS Codes

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

#efdfeb Text Font Color

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

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


#efdfeb Background Color

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

This div background color is #efdfeb


#efdfeb Border Color

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

This div border color is #efdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdfeb


Comments

No comments written yet.

Please login to write comment.