color codes Logo

#ee947d color codes

#EE947D
(238,148,125)
0 Favorites   0 Comments

Color spaces of #ee947d

RGB 238148125
HSL0.030.770.71
HSV12°47°93°
CMYK 0.000.380.47   0.07
XYZ49.551540.837624.6728
Yxy40.83760.43070.3549
Hunter Lab63.904326.576721.8417
CIE-Lab70.062031.460026.4512

#ee947d color RGB value is (238,148,125).

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

The process color (four color CMYK) of #ee947d color code is 0.00, 0.38, 0.47, 0.07. Web safe color of #ee947d is #ff9966. Color #ee947d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 01111101
Octal 356 224 175
Decimal 238 148 125
Hex EE 94 7D

RGB Percentages of Color #ee947d

%46.58
%28.96
%24.46

CMYK Percentages of Color #ee947d

%0
%38
%47
%7

Triadic Colors of #ee947d

#ee947d #7dee94 #947dee

Analogous Colors of #ee947d

#ee947d #eecd7d #ee7d9f

Monochromatic Colors of #ee947d

#ee947d

Complementary Color

#ee947d #7dd7ee

#ee947d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee947d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee947d Color CSS Codes

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

#ee947d Text Font Color

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

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


#ee947d Background Color

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

This div background color is #ee947d


#ee947d Border Color

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

This div border color is #ee947d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee947d

#ee947d Color Palettes


Comments

No comments written yet.

Please login to write comment.