Color Hex Logo

#ef3510 Color Hex

#EF3510
(239,53,16)
0 Favorites   0 Comments

Color spaces of #ef3510

RGB 2395316
HSL0.030.870.50
HSV10°93°94°
CMYK 0.000.780.93   0.06
XYZ36.963220.93432.5828
Yxy20.93430.61120.3461
Hunter Lab45.754064.134928.6809
CIE-Lab52.877568.075761.2889

#ef3510 color RGB value is (239,53,16).

#ef3510 hex color red value is 239, green value is 53 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ef3510 hue: 0.03 , saturation: 0.87 and the lightness value of ef3510 is 0.50.

The process color (four color CMYK) of #ef3510 color hex is 0.00, 0.78, 0.93, 0.06. Web safe color of #ef3510 is #ff3300. Color #ef3510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110101 00010000
Octal 357 65 20
Decimal 239 53 16
Hex EF 35 10

RGB Percentages of Color #ef3510

%77.60
%17.21
%5.19

CMYK Percentages of Color #ef3510

%0
%78
%93
%6

Triadic Colors of #ef3510

#ef3510 #10ef35 #3510ef

Analogous Colors of #ef3510

#ef3510 #efa510 #ef105a

Monochromatic Colors of #ef3510

#ef3510

Complementary Color

#ef3510 #10caef

#ef3510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3510 Color CSS Codes

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

#ef3510 Text Font Color

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

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


#ef3510 Background Color

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

This div background color is #ef3510


#ef3510 Border Color

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

This div border color is #ef3510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3510


Comments

No comments written yet.

Please login to write comment.