Color Hex Logo

#ef951d Color Hex

#EF951D
(239,149,29)
0 Favorites   0 Comments

Color spaces of #ef951d

RGB 23914929
HSL0.100.870.53
HSV34°88°94°
CMYK 0.000.380.88   0.06
XYZ46.565839.93436.4162
Yxy39.93430.50120.4298
Hunter Lab63.193620.943538.2157
CIE-Lab69.422725.965069.4525

#ef951d color RGB value is (239,149,29).

#ef951d hex color red value is 239, green value is 149 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ef951d hue: 0.10 , saturation: 0.87 and the lightness value of ef951d is 0.53.

The process color (four color CMYK) of #ef951d color hex is 0.00, 0.38, 0.88, 0.06. Web safe color of #ef951d is #ff9933. Color #ef951d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010101 00011101
Octal 357 225 35
Decimal 239 149 29
Hex EF 95 1D

RGB Percentages of Color #ef951d

%57.31
%35.73
%6.95

CMYK Percentages of Color #ef951d

%0
%38
%88
%6

Triadic Colors of #ef951d

#ef951d #1def95 #951def

Analogous Colors of #ef951d

#ef951d #e0ef1d #ef2c1d

Monochromatic Colors of #ef951d

#ef951d

Complementary Color

#ef951d #1d77ef

#ef951d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef951d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef951d Color CSS Codes

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

#ef951d Text Font Color

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

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


#ef951d Background Color

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

This div background color is #ef951d


#ef951d Border Color

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

This div border color is #ef951d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef951d


Comments

No comments written yet.

Please login to write comment.