Color Hex Logo

#ef453c Color Hex

#EF453C
(239,69,60)
0 Favorites   0 Comments

Color spaces of #ef453c

RGB 2396960
HSL0.010.850.59
HSV75°94°
CMYK 0.000.710.75   0.06
XYZ38.540322.93326.6702
Yxy22.93320.56560.3365
Hunter Lab47.888659.850025.2638
CIE-Lab55.003564.030543.5780

#ef453c color RGB value is (239,69,60).

#ef453c hex color red value is 239, green value is 69 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ef453c hue: 0.01 , saturation: 0.85 and the lightness value of ef453c is 0.59.

The process color (four color CMYK) of #ef453c color hex is 0.00, 0.71, 0.75, 0.06. Web safe color of #ef453c is #ff3333. Color #ef453c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000101 00111100
Octal 357 105 74
Decimal 239 69 60
Hex EF 45 3C

RGB Percentages of Color #ef453c

%64.95
%18.75
%16.30

CMYK Percentages of Color #ef453c

%0
%71
%75
%6

Triadic Colors of #ef453c

#ef453c #3cef45 #453cef

Analogous Colors of #ef453c

#ef453c #ef9f3c #ef3c8d

Monochromatic Colors of #ef453c

#ef453c

Complementary Color

#ef453c #3ce6ef

#ef453c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef453c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef453c Color CSS Codes

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

#ef453c Text Font Color

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

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


#ef453c Background Color

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

This div background color is #ef453c


#ef453c Border Color

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

This div border color is #ef453c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef453c


Comments

No comments written yet.

Please login to write comment.