Color Hex Logo

#ee948a Color Hex

#EE948A
(238,148,138)
0 Favorites   0 Comments

Color spaces of #ee948a

RGB 238148138
HSL0.020.750.74
HSV42°93°
CMYK 0.000.380.42   0.07
XYZ50.437241.191929.3373
Yxy41.19190.41700.3405
Hunter Lab64.180927.959417.8250
CIE-Lab70.310232.773819.6342

#ee948a color RGB value is (238,148,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 10001010
Octal 356 224 212
Decimal 238 148 138
Hex EE 94 8A

RGB Percentages of Color #ee948a

%45.42
%28.24
%26.34

CMYK Percentages of Color #ee948a

%0
%38
%42
%7

Triadic Colors of #ee948a

#ee948a #8aee94 #948aee

Analogous Colors of #ee948a

#ee948a #eec68a #ee8ab2

Monochromatic Colors of #ee948a

#ee948a

Complementary Color

#ee948a #8ae4ee

#ee948a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee948a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee948a Color CSS Codes

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

#ee948a Text Font Color

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

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


#ee948a Background Color

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

This div background color is #ee948a


#ee948a Border Color

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

This div border color is #ee948a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee948a


Comments

No comments written yet.

Please login to write comment.