Color Hex Logo

#ee554d Color Hex

#EE554D
(238,85,77)
0 Favorites   0 Comments

Color spaces of #ee554d

RGB 2388577
HSL0.010.830.62
HSV68°93°
CMYK 0.000.640.68   0.07
XYZ39.847925.21009.7870
Yxy25.21000.53240.3368
Hunter Lab50.209653.796523.5897
CIE-Lab57.279558.359136.7538

#ee554d color RGB value is (238,85,77).

#ee554d hex color red value is 238, green value is 85 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ee554d hue: 0.01 , saturation: 0.83 and the lightness value of ee554d is 0.62.

The process color (four color CMYK) of #ee554d color hex is 0.00, 0.64, 0.68, 0.07. Web safe color of #ee554d is #ff6666. Color #ee554d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010101 01001101
Octal 356 125 115
Decimal 238 85 77
Hex EE 55 4D

RGB Percentages of Color #ee554d

%59.50
%21.25
%19.25

CMYK Percentages of Color #ee554d

%0
%64
%68
%7

Triadic Colors of #ee554d

#ee554d #4dee55 #554dee

Analogous Colors of #ee554d

#ee554d #eea64d #ee4d96

Monochromatic Colors of #ee554d

#ee554d

Complementary Color

#ee554d #4de6ee

#ee554d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee554d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee554d Color CSS Codes

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

#ee554d Text Font Color

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

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


#ee554d Background Color

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

This div background color is #ee554d


#ee554d Border Color

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

This div border color is #ee554d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee554d


Comments

No comments written yet.

Please login to write comment.