Color Hex Logo

#efb0de Color Hex

#EFB0DE
(239,176,222)
0 Favorites   0 Comments

Color spaces of #efb0de

RGB 239176222
HSL0.880.660.81
HSV316°26°94°
CMYK 0.000.260.07   0.06
XYZ64.306854.675376.2713
Yxy54.67530.32940.2800
Hunter Lab73.942725.8387-9.3972
CIE-Lab78.853930.0915-14.0810

#efb0de color RGB value is (239,176,222).

#efb0de hex color red value is 239, green value is 176 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #efb0de hue: 0.88 , saturation: 0.66 and the lightness value of efb0de is 0.81.

The process color (four color CMYK) of #efb0de color hex is 0.00, 0.26, 0.07, 0.06. Web safe color of #efb0de is #ff99cc. Color #efb0de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 11011110
Octal 357 260 336
Decimal 239 176 222
Hex EF B0 DE

RGB Percentages of Color #efb0de

%37.52
%27.63
%34.85

CMYK Percentages of Color #efb0de

%0
%26
%7
%6

Triadic Colors of #efb0de

#efb0de #deefb0 #b0deef

Analogous Colors of #efb0de

#efb0de #efb0bf #e1b0ef

Monochromatic Colors of #efb0de

#efb0de

Complementary Color

#efb0de #b0efc1

#efb0de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb0de Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb0de Color CSS Codes

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

#efb0de Text Font Color

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

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


#efb0de Background Color

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

This div background color is #efb0de


#efb0de Border Color

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

This div border color is #efb0de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb0de


Comments

No comments written yet.

Please login to write comment.