Color Hex Logo

#ee948b Color Hex

#EE948B
(238,148,139)
0 Favorites   0 Comments

Color spaces of #ee948b

RGB 238148139
HSL0.020.740.74
HSV42°93°
CMYK 0.000.380.42   0.07
XYZ50.510041.221029.7204
Yxy41.22100.41590.3394
Hunter Lab64.203628.072617.4966
CIE-Lab70.330532.880819.1094

#ee948b color RGB value is (238,148,139).

#ee948b hex color red value is 238, green value is 148 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ee948b hue: 0.02 , saturation: 0.74 and the lightness value of ee948b is 0.74.

The process color (four color CMYK) of #ee948b color hex is 0.00, 0.38, 0.42, 0.07. Web safe color of #ee948b is #ff9999. Color #ee948b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 10001011
Octal 356 224 213
Decimal 238 148 139
Hex EE 94 8B

RGB Percentages of Color #ee948b

%45.33
%28.19
%26.48

CMYK Percentages of Color #ee948b

%0
%38
%42
%7

Triadic Colors of #ee948b

#ee948b #8bee94 #948bee

Analogous Colors of #ee948b

#ee948b #eec68b #ee8bb4

Monochromatic Colors of #ee948b

#ee948b

Complementary Color

#ee948b #8be5ee

#ee948b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee948b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee948b Color CSS Codes

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

#ee948b Text Font Color

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

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


#ee948b Background Color

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

This div background color is #ee948b


#ee948b Border Color

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

This div border color is #ee948b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee948b


Comments

No comments written yet.

Please login to write comment.