Color Hex Logo

#eeb7ec Color Hex

#EEB7EC
(238,183,236)
0 Favorites   0 Comments

Color spaces of #eeb7ec

RGB 238183236
HSL0.840.620.83
HSV302°23°93°
CMYK 0.000.230.01   0.07
XYZ67.333758.100287.0225
Yxy58.10020.31690.2735
Hunter Lab76.223524.2908-14.3335
CIE-Lab80.794528.5085-18.7169

#eeb7ec color RGB value is (238,183,236).

#eeb7ec hex color red value is 238, green value is 183 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #eeb7ec hue: 0.84 , saturation: 0.62 and the lightness value of eeb7ec is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110111 11101100
Octal 356 267 354
Decimal 238 183 236
Hex EE B7 EC

RGB Percentages of Color #eeb7ec

%36.23
%27.85
%35.92

CMYK Percentages of Color #eeb7ec

%0
%23
%1
%7

Triadic Colors of #eeb7ec

#eeb7ec #eceeb7 #b7ecee

Analogous Colors of #eeb7ec

#eeb7ec #eeb7d1 #d5b7ee

Monochromatic Colors of #eeb7ec

#eeb7ec

Complementary Color

#eeb7ec #b7eeb9

#eeb7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb7ec Color CSS Codes

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

#eeb7ec Text Font Color

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

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


#eeb7ec Background Color

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

This div background color is #eeb7ec


#eeb7ec Border Color

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

This div border color is #eeb7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb7ec


Comments

No comments written yet.

Please login to write comment.