Color Hex Logo

#efb2ee Color Hex

#EFB2EE
(239,178,238)
0 Favorites   0 Comments

Color spaces of #efb2ee

RGB 239178238
HSL0.840.660.82
HSV301°26°94°
CMYK 0.000.260.00   0.06
XYZ66.949656.364688.2397
Yxy56.36460.31650.2664
Hunter Lab75.076427.7943-17.1320
CIE-Lab79.820931.8559-21.2569

#efb2ee color RGB value is (239,178,238).

#efb2ee hex color red value is 239, green value is 178 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #efb2ee hue: 0.84 , saturation: 0.66 and the lightness value of efb2ee is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 11101110
Octal 357 262 356
Decimal 239 178 238
Hex EF B2 EE

RGB Percentages of Color #efb2ee

%36.49
%27.18
%36.34

CMYK Percentages of Color #efb2ee

%0
%26
%0
%6

Triadic Colors of #efb2ee

#efb2ee #eeefb2 #b2eeef

Analogous Colors of #efb2ee

#efb2ee #efb2d0 #d2b2ef

Monochromatic Colors of #efb2ee

#efb2ee

Complementary Color

#efb2ee #b2efb3

#efb2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb2ee Color CSS Codes

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

#efb2ee Text Font Color

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

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


#efb2ee Background Color

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

This div background color is #efb2ee


#efb2ee Border Color

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

This div border color is #efb2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb2ee


Comments

No comments written yet.

Please login to write comment.