Color Hex Logo

#ee423a Color Hex

#EE423A
(238,66,58)
1 Favorites   0 Comments

Color spaces of #ee423a

RGB 2386658
HSL0.010.840.58
HSV76°93°
CMYK 0.000.720.76   0.07
XYZ37.971822.37916.3212
Yxy22.37910.56950.3357
Hunter Lab47.306660.491125.1921
CIE-Lab54.426964.686943.9838

#ee423a color RGB value is (238,66,58).

#ee423a hex color red value is 238, green value is 66 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ee423a hue: 0.01 , saturation: 0.84 and the lightness value of ee423a is 0.58.

The process color (four color CMYK) of #ee423a color hex is 0.00, 0.72, 0.76, 0.07. Web safe color of #ee423a is #ff3333. Color #ee423a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000010 00111010
Octal 356 102 72
Decimal 238 66 58
Hex EE 42 3A

RGB Percentages of Color #ee423a

%65.75
%18.23
%16.02

CMYK Percentages of Color #ee423a

%0
%72
%76
%7

Triadic Colors of #ee423a

#ee423a #3aee42 #423aee

Analogous Colors of #ee423a

#ee423a #ee9c3a #ee3a8c

Monochromatic Colors of #ee423a

#ee423a

Complementary Color

#ee423a #3ae6ee

#ee423a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee423a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee423a Color CSS Codes

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

#ee423a Text Font Color

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

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


#ee423a Background Color

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

This div background color is #ee423a


#ee423a Border Color

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

This div border color is #ee423a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee423a


Comments

No comments written yet.

Please login to write comment.