Color Hex Logo

#ee342c Color Hex

#EE342C
(238,52,44)
0 Favorites   0 Comments

Color spaces of #ee342c

RGB 2385244
HSL0.010.850.55
HSV82°93°
CMYK 0.000.780.82   0.07
XYZ36.942520.81504.4535
Yxy20.81500.59380.3346
Hunter Lab45.623564.695026.1489
CIE-Lab52.746468.572649.6191

#ee342c color RGB value is (238,52,44).

#ee342c hex color red value is 238, green value is 52 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ee342c hue: 0.01 , saturation: 0.85 and the lightness value of ee342c is 0.55.

The process color (four color CMYK) of #ee342c color hex is 0.00, 0.78, 0.82, 0.07. Web safe color of #ee342c is #ff3333. Color #ee342c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 00101100
Octal 356 64 54
Decimal 238 52 44
Hex EE 34 2C

RGB Percentages of Color #ee342c

%71.26
%15.57
%13.17

CMYK Percentages of Color #ee342c

%0
%78
%82
%7

Triadic Colors of #ee342c

#ee342c #2cee34 #342cee

Analogous Colors of #ee342c

#ee342c #ee952c #ee2c85

Monochromatic Colors of #ee342c

#ee342c

Complementary Color

#ee342c #2ce6ee

#ee342c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee342c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee342c Color CSS Codes

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

#ee342c Text Font Color

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

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


#ee342c Background Color

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

This div background color is #ee342c


#ee342c Border Color

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

This div border color is #ee342c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee342c


Comments

No comments written yet.

Please login to write comment.