Color Hex Logo

#ef695f Color Hex

#EF695F
(239,105,95)
0 Favorites   0 Comments

Color spaces of #ef695f

RGB 23910595
HSL0.010.820.65
HSV60°94°
CMYK 0.000.560.60   0.06
XYZ42.713729.280114.2268
Yxy29.28010.49540.3396
Hunter Lab54.111146.208222.2893
CIE-Lab61.028050.965731.3195

#ef695f color RGB value is (239,105,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101001 01011111
Octal 357 151 137
Decimal 239 105 95
Hex EF 69 5F

RGB Percentages of Color #ef695f

%54.44
%23.92
%21.64

CMYK Percentages of Color #ef695f

%0
%56
%60
%6

Triadic Colors of #ef695f

#ef695f #5fef69 #695fef

Analogous Colors of #ef695f

#ef695f #efb15f #ef5f9d

Monochromatic Colors of #ef695f

#ef695f

Complementary Color

#ef695f #5fe5ef

#ef695f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef695f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef695f Color CSS Codes

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

#ef695f Text Font Color

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

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


#ef695f Background Color

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

This div background color is #ef695f


#ef695f Border Color

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

This div border color is #ef695f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,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 #ef695f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef695f


Comments

No comments written yet.

Please login to write comment.