Color Hex Logo

#efbbed Color Hex

#EFBBED
(239,187,237)
0 Favorites   0 Comments

Color spaces of #efbbed

RGB 239187237
HSL0.840.620.84
HSV302°22°94°
CMYK 0.000.220.01   0.06
XYZ68.653060.005888.0846
Yxy60.00580.31670.2769
Hunter Lab77.463422.6371-13.1950
CIE-Lab81.841326.8884-17.6640

#efbbed color RGB value is (239,187,237).

#efbbed hex color red value is 239, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #efbbed hue: 0.84 , saturation: 0.62 and the lightness value of efbbed is 0.84.

The process color (four color CMYK) of #efbbed color hex is 0.00, 0.22, 0.01, 0.06. Web safe color of #efbbed is #ffccff. Color #efbbed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11101101
Octal 357 273 355
Decimal 239 187 237
Hex EF BB ED

RGB Percentages of Color #efbbed

%36.05
%28.21
%35.75

CMYK Percentages of Color #efbbed

%0
%22
%1
%6

Triadic Colors of #efbbed

#efbbed #edefbb #bbedef

Analogous Colors of #efbbed

#efbbed #efbbd3 #d7bbef

Monochromatic Colors of #efbbed

#efbbed

Complementary Color

#efbbed #bbefbd

#efbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbed Color CSS Codes

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

#efbbed Text Font Color

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

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


#efbbed Background Color

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

This div background color is #efbbed


#efbbed Border Color

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

This div border color is #efbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbed


Comments

No comments written yet.

Please login to write comment.