Color Hex Logo

#ee7b64 Color Hex

#EE7B64
(238,123,100)
0 Favorites   0 Comments

Color spaces of #ee7b64

RGB 238123100
HSL0.030.800.66
HSV10°58°93°
CMYK 0.000.480.58   0.07
XYZ44.643133.263216.1241
Yxy33.26320.47480.3537
Hunter Lab57.674337.239023.7962
CIE-Lab64.373542.227632.7629

#ee7b64 color RGB value is (238,123,100).

#ee7b64 hex color red value is 238, green value is 123 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ee7b64 hue: 0.03 , saturation: 0.80 and the lightness value of ee7b64 is 0.66.

The process color (four color CMYK) of #ee7b64 color hex is 0.00, 0.48, 0.58, 0.07. Web safe color of #ee7b64 is #ff6666. Color #ee7b64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111011 01100100
Octal 356 173 144
Decimal 238 123 100
Hex EE 7B 64

RGB Percentages of Color #ee7b64

%51.63
%26.68
%21.69

CMYK Percentages of Color #ee7b64

%0
%48
%58
%7

Triadic Colors of #ee7b64

#ee7b64 #64ee7b #7b64ee

Analogous Colors of #ee7b64

#ee7b64 #eec064 #ee6492

Monochromatic Colors of #ee7b64

#ee7b64

Complementary Color

#ee7b64 #64d7ee

#ee7b64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7b64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7b64 Color CSS Codes

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

#ee7b64 Text Font Color

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

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


#ee7b64 Background Color

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

This div background color is #ee7b64


#ee7b64 Border Color

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

This div border color is #ee7b64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7b64


Comments

No comments written yet.

Please login to write comment.