Color Hex Logo

#ef766c Color Hex

#EF766C
(239,118,108)
0 Favorites   0 Comments

Color spaces of #ef766c

RGB 239118108
HSL0.010.800.68
HSV55°94°
CMYK 0.000.510.55   0.06
XYZ44.781832.390318.0790
Yxy32.39030.47010.3401
Hunter Lab56.912540.856621.0045
CIE-Lab63.664245.687027.4257

#ef766c color RGB value is (239,118,108).

#ef766c hex color red value is 239, green value is 118 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ef766c hue: 0.01 , saturation: 0.80 and the lightness value of ef766c is 0.68.

The process color (four color CMYK) of #ef766c color hex is 0.00, 0.51, 0.55, 0.06. Web safe color of #ef766c is #ff6666. Color #ef766c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110110 01101100
Octal 357 166 154
Decimal 239 118 108
Hex EF 76 6C

RGB Percentages of Color #ef766c

%51.40
%25.38
%23.23

CMYK Percentages of Color #ef766c

%0
%51
%55
%6

Triadic Colors of #ef766c

#ef766c #6cef76 #766cef

Analogous Colors of #ef766c

#ef766c #efb86c #ef6ca4

Monochromatic Colors of #ef766c

#ef766c

Complementary Color

#ef766c #6ce5ef

#ef766c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef766c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef766c Color CSS Codes

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

#ef766c Text Font Color

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

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


#ef766c Background Color

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

This div background color is #ef766c


#ef766c Border Color

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

This div border color is #ef766c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,118,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef766c


Comments

No comments written yet.

Please login to write comment.