Color Hex Logo

#ef925c Color Hex

#EF925C
(239,146,92)
0 Favorites   0 Comments

Color spaces of #ef925c

RGB 23914692
HSL0.060.820.65
HSV22°62°94°
CMYK 0.000.390.62   0.06
XYZ47.807339.681215.2647
Yxy39.68120.46530.3862
Hunter Lab62.993025.231329.7277
CIE-Lab69.241930.216843.0710

#ef925c color RGB value is (239,146,92).

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

The process color (four color CMYK) of #ef925c color hex is 0.00, 0.39, 0.62, 0.06. Web safe color of #ef925c is #ff9966. Color #ef925c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010010 01011100
Octal 357 222 134
Decimal 239 146 92
Hex EF 92 5C

RGB Percentages of Color #ef925c

%50.10
%30.61
%19.29

CMYK Percentages of Color #ef925c

%0
%39
%62
%6

Triadic Colors of #ef925c

#ef925c #5cef92 #925cef

Analogous Colors of #ef925c

#ef925c #efdc5c #ef5c70

Monochromatic Colors of #ef925c

#ef925c

Complementary Color

#ef925c #5cb9ef

#ef925c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef925c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef925c Color CSS Codes

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

#ef925c Text Font Color

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

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


#ef925c Background Color

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

This div background color is #ef925c


#ef925c Border Color

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

This div border color is #ef925c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef925c


Comments

No comments written yet.

Please login to write comment.