Color Hex Logo

#ee251a Color Hex

#EE251A
(238,37,26)
0 Favorites   0 Comments

Color spaces of #ee251a

RGB 2383726
HSL0.010.860.52
HSV89°93°
CMYK 0.000.840.89   0.07
XYZ36.107919.57492.8525
Yxy19.57490.61690.3344
Hunter Lab44.243568.250727.1479
CIE-Lab51.353171.809356.7263

#ee251a color RGB value is (238,37,26).

#ee251a hex color red value is 238, green value is 37 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ee251a hue: 0.01 , saturation: 0.86 and the lightness value of ee251a is 0.52.

The process color (four color CMYK) of #ee251a color hex is 0.00, 0.84, 0.89, 0.07. Web safe color of #ee251a is #ff3333. Color #ee251a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100101 00011010
Octal 356 45 32
Decimal 238 37 26
Hex EE 25 1A

RGB Percentages of Color #ee251a

%79.07
%12.29
%8.64

CMYK Percentages of Color #ee251a

%0
%84
%89
%7

Triadic Colors of #ee251a

#ee251a #1aee25 #251aee

Analogous Colors of #ee251a

#ee251a #ee8f1a #ee1a79

Monochromatic Colors of #ee251a

#ee251a

Complementary Color

#ee251a #1ae3ee

#ee251a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee251a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee251a Color CSS Codes

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

#ee251a Text Font Color

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

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


#ee251a Background Color

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

This div background color is #ee251a


#ee251a Border Color

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

This div border color is #ee251a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee251a


Comments

No comments written yet.

Please login to write comment.