Color Hex Logo

#efb9ef Color Hex

#EFB9EF
(239,185,239)
0 Favorites   0 Comments

Color spaces of #efb9ef

RGB 239185239
HSL0.830.630.83
HSV300°23°94°
CMYK 0.000.230.00   0.06
XYZ68.525659.280689.4920
Yxy59.28060.31540.2728
Hunter Lab76.993924.1281-15.0186
CIE-Lab81.445628.3166-19.3336

#efb9ef color RGB value is (239,185,239).

#efb9ef hex color red value is 239, green value is 185 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #efb9ef hue: 0.83 , saturation: 0.63 and the lightness value of efb9ef is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 11101111
Octal 357 271 357
Decimal 239 185 239
Hex EF B9 EF

RGB Percentages of Color #efb9ef

%36.05
%27.90
%36.05

CMYK Percentages of Color #efb9ef

%0
%23
%0
%6

Triadic Colors of #efb9ef

#efb9ef #efefb9 #b9efef

Analogous Colors of #efb9ef

#efb9ef #efb9d4 #d4b9ef

Monochromatic Colors of #efb9ef

#efb9ef

Complementary Color

#efb9ef #b9efb9

#efb9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb9ef Color CSS Codes

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

#efb9ef Text Font Color

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

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


#efb9ef Background Color

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

This div background color is #efb9ef


#efb9ef Border Color

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

This div border color is #efb9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb9ef


Comments

No comments written yet.

Please login to write comment.