Color Hex Logo

#ee695f Color Hex

#EE695F
(238,105,95)
0 Favorites   0 Comments

Color spaces of #ee695f

RGB 23810595
HSL0.010.810.65
HSV60°93°
CMYK 0.000.560.60   0.07
XYZ42.377029.106514.2111
Yxy29.10650.49450.3397
Hunter Lab53.950445.794922.1477
CIE-Lab60.875550.614231.0939

#ee695f color RGB value is (238,105,95).

#ee695f hex color red value is 238, green value is 105 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ee695f hue: 0.01 , saturation: 0.81 and the lightness value of ee695f is 0.65.

The process color (four color CMYK) of #ee695f color hex is 0.00, 0.56, 0.60, 0.07. Web safe color of #ee695f is #ff6666. Color #ee695f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101001 01011111
Octal 356 151 137
Decimal 238 105 95
Hex EE 69 5F

RGB Percentages of Color #ee695f

%54.34
%23.97
%21.69

CMYK Percentages of Color #ee695f

%0
%56
%60
%7

Triadic Colors of #ee695f

#ee695f #5fee69 #695fee

Analogous Colors of #ee695f

#ee695f #eeb15f #ee5f9d

Monochromatic Colors of #ee695f

#ee695f

Complementary Color

#ee695f #5fe4ee

#ee695f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee695f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee695f Color CSS Codes

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

#ee695f Text Font Color

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

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


#ee695f Background Color

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

This div background color is #ee695f


#ee695f Border Color

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

This div border color is #ee695f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee695f


Comments

No comments written yet.

Please login to write comment.