Color Hex Logo

#eeb7be Color Hex

#EEB7BE
(238,183,190)
0 Favorites   0 Comments

Color spaces of #eeb7be

RGB 238183190
HSL0.980.620.83
HSV352°23°93°
CMYK 0.000.230.20   0.07
XYZ61.487655.761856.2376
Yxy55.76180.35440.3214
Hunter Lab74.673816.30057.6198
CIE-Lab79.478120.89054.1504

#eeb7be color RGB value is (238,183,190).

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

The process color (four color CMYK) of #eeb7be color hex is 0.00, 0.23, 0.20, 0.07. Web safe color of #eeb7be is #ffcccc. Color #eeb7be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110111 10111110
Octal 356 267 276
Decimal 238 183 190
Hex EE B7 BE

RGB Percentages of Color #eeb7be

%38.95
%29.95
%31.10

CMYK Percentages of Color #eeb7be

%0
%23
%20
%7

Triadic Colors of #eeb7be

#eeb7be #beeeb7 #b7beee

Analogous Colors of #eeb7be

#eeb7be #eeccb7 #eeb7da

Monochromatic Colors of #eeb7be

#eeb7be

Complementary Color

#eeb7be #b7eee7

#eeb7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb7be Color CSS Codes

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

#eeb7be Text Font Color

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

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


#eeb7be Background Color

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

This div background color is #eeb7be


#eeb7be Border Color

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

This div border color is #eeb7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb7be


Comments

No comments written yet.

Please login to write comment.