Color Hex Logo

#ee6acc Color Hex

#EE6ACC
(238,106,204)
0 Favorites   0 Comments

Color spaces of #ee6acc

RGB 238106204
HSL0.880.800.67
HSV315°55°93°
CMYK 0.000.550.14   0.07
XYZ51.313032.844860.7619
Yxy32.84480.35410.2266
Hunter Lab57.310459.5273-22.7435
CIE-Lab64.035062.1513-26.6682

#ee6acc color RGB value is (238,106,204).

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

The process color (four color CMYK) of #ee6acc color hex is 0.00, 0.55, 0.14, 0.07. Web safe color of #ee6acc is #ff66cc. Color #ee6acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101010 11001100
Octal 356 152 314
Decimal 238 106 204
Hex EE 6A CC

RGB Percentages of Color #ee6acc

%43.43
%19.34
%37.23

CMYK Percentages of Color #ee6acc

%0
%55
%14
%7

Triadic Colors of #ee6acc

#ee6acc #ccee6a #6accee

Analogous Colors of #ee6acc

#ee6acc #ee6a8a #ce6aee

Monochromatic Colors of #ee6acc

#ee6acc

Complementary Color

#ee6acc #6aee8c

#ee6acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6acc Color CSS Codes

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

#ee6acc Text Font Color

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

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


#ee6acc Background Color

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

This div background color is #ee6acc


#ee6acc Border Color

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

This div border color is #ee6acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6acc


Comments

No comments written yet.

Please login to write comment.