Color Hex Logo

#ee342f Color Hex

#EE342F
(238,52,47)
0 Favorites   0 Comments

Color spaces of #ee342f

RGB 2385247
HSL0.000.850.56
HSV80°93°
CMYK 0.000.780.80   0.07
XYZ37.001020.83844.7614
Yxy20.83840.59110.3329
Hunter Lab45.649164.797725.7702
CIE-Lab52.772268.654148.1107

#ee342f color RGB value is (238,52,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 00101111
Octal 356 64 57
Decimal 238 52 47
Hex EE 34 2F

RGB Percentages of Color #ee342f

%70.62
%15.43
%13.95

CMYK Percentages of Color #ee342f

%0
%78
%80
%7

Triadic Colors of #ee342f

#ee342f #2fee34 #342fee

Analogous Colors of #ee342f

#ee342f #ee942f #ee2f8a

Monochromatic Colors of #ee342f

#ee342f

Complementary Color

#ee342f #2fe9ee

#ee342f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee342f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee342f Color CSS Codes

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

#ee342f Text Font Color

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

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


#ee342f Background Color

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

This div background color is #ee342f


#ee342f Border Color

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

This div border color is #ee342f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee342f


Comments

No comments written yet.

Please login to write comment.