Color Hex Logo

#eeb4be Color Hex

#EEB4BE
(238,180,190)
0 Favorites   0 Comments

Color spaces of #eeb4be

RGB 238180190
HSL0.970.630.82
HSV350°24°93°
CMYK 0.000.240.20   0.07
XYZ60.875454.537456.0335
Yxy54.53740.35510.3181
Hunter Lab73.849417.90426.7081
CIE-Lab78.774122.48513.1310

#eeb4be color RGB value is (238,180,190).

#eeb4be hex color red value is 238, green value is 180 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eeb4be hue: 0.97 , saturation: 0.63 and the lightness value of eeb4be is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110100 10111110
Octal 356 264 276
Decimal 238 180 190
Hex EE B4 BE

RGB Percentages of Color #eeb4be

%39.14
%29.61
%31.25

CMYK Percentages of Color #eeb4be

%0
%24
%20
%7

Triadic Colors of #eeb4be

#eeb4be #beeeb4 #b4beee

Analogous Colors of #eeb4be

#eeb4be #eec7b4 #eeb4db

Monochromatic Colors of #eeb4be

#eeb4be

Complementary Color

#eeb4be #b4eee4

#eeb4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb4be Color CSS Codes

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

#eeb4be Text Font Color

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

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


#eeb4be Background Color

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

This div background color is #eeb4be


#eeb4be Border Color

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

This div border color is #eeb4be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,180,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 #eeb4be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb4be


Comments

No comments written yet.

Please login to write comment.