Color Hex Logo

#ee7bad Color Hex

#EE7BAD
(238,123,173)
0 Favorites   0 Comments

Color spaces of #ee7bad

RGB 238123173
HSL0.930.770.71
HSV334°48°93°
CMYK 0.000.480.27   0.07
XYZ49.885735.360243.7311
Yxy35.36020.38680.2742
Hunter Lab59.464445.6838-1.9777
CIE-Lab66.028149.7499-6.1338

#ee7bad color RGB value is (238,123,173).

#ee7bad hex color red value is 238, green value is 123 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ee7bad hue: 0.93 , saturation: 0.77 and the lightness value of ee7bad is 0.71.

The process color (four color CMYK) of #ee7bad color hex is 0.00, 0.48, 0.27, 0.07. Web safe color of #ee7bad is #ff6699. Color #ee7bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111011 10101101
Octal 356 173 255
Decimal 238 123 173
Hex EE 7B AD

RGB Percentages of Color #ee7bad

%44.57
%23.03
%32.40

CMYK Percentages of Color #ee7bad

%0
%48
%27
%7

Triadic Colors of #ee7bad

#ee7bad #adee7b #7badee

Analogous Colors of #ee7bad

#ee7bad #ee837b #ee7be7

Monochromatic Colors of #ee7bad

#ee7bad

Complementary Color

#ee7bad #7beebc

#ee7bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7bad Color CSS Codes

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

#ee7bad Text Font Color

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

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


#ee7bad Background Color

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

This div background color is #ee7bad


#ee7bad Border Color

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

This div border color is #ee7bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7bad


Comments

No comments written yet.

Please login to write comment.