Color Hex Logo

#ee6566 Color Hex

#EE6566
(238,101,102)
0 Favorites   0 Comments

Color spaces of #ee6566

RGB 238101102
HSL1.000.800.66
HSV360°58°93°
CMYK 0.000.580.57   0.07
XYZ42.311828.443815.8305
Yxy28.44380.48870.3285
Hunter Lab53.332748.281619.7341
CIE-Lab60.287652.952326.3644

#ee6566 color RGB value is (238,101,102).

#ee6566 hex color red value is 238, green value is 101 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ee6566 hue: 1.00 , saturation: 0.80 and the lightness value of ee6566 is 0.66.

The process color (four color CMYK) of #ee6566 color hex is 0.00, 0.58, 0.57, 0.07. Web safe color of #ee6566 is #ff6666. Color #ee6566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100101 01100110
Octal 356 145 146
Decimal 238 101 102
Hex EE 65 66

RGB Percentages of Color #ee6566

%53.97
%22.90
%23.13

CMYK Percentages of Color #ee6566

%0
%58
%57
%7

Triadic Colors of #ee6566

#ee6566 #66ee65 #6566ee

Analogous Colors of #ee6566

#ee6566 #eea965 #ee65ab

Monochromatic Colors of #ee6566

#ee6566

Complementary Color

#ee6566 #65eeed

#ee6566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6566 Color CSS Codes

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

#ee6566 Text Font Color

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

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


#ee6566 Background Color

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

This div background color is #ee6566


#ee6566 Border Color

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

This div border color is #ee6566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6566

#ee6566 Color Palettes


Comments

No comments written yet.

Please login to write comment.