Color Hex Logo

#ee699b Color Hex

#EE699B
(238,105,155)
0 Favorites   0 Comments

Color spaces of #ee699b

RGB 238105155
HSL0.940.800.67
HSV337°56°93°
CMYK 0.000.560.35   0.07
XYZ46.227930.646934.4893
Yxy30.64690.41510.2752
Hunter Lab55.359652.17651.8138
CIE-Lab62.208456.1054-1.4921

#ee699b color RGB value is (238,105,155).

#ee699b hex color red value is 238, green value is 105 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ee699b hue: 0.94 , saturation: 0.80 and the lightness value of ee699b is 0.67.

The process color (four color CMYK) of #ee699b color hex is 0.00, 0.56, 0.35, 0.07. Web safe color of #ee699b is #ff6699. Color #ee699b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101001 10011011
Octal 356 151 233
Decimal 238 105 155
Hex EE 69 9B

RGB Percentages of Color #ee699b

%47.79
%21.08
%31.12

CMYK Percentages of Color #ee699b

%0
%56
%35
%7

Triadic Colors of #ee699b

#ee699b #9bee69 #699bee

Analogous Colors of #ee699b

#ee699b #ee7a69 #ee69de

Monochromatic Colors of #ee699b

#ee699b

Complementary Color

#ee699b #69eebc

#ee699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee699b Color CSS Codes

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

#ee699b Text Font Color

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

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


#ee699b Background Color

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

This div background color is #ee699b


#ee699b Border Color

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

This div border color is #ee699b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee699b


Comments

No comments written yet.

Please login to write comment.