Color Hex Logo

#ef945b Color Hex

#EF945B
(239,148,91)
0 Favorites   0 Comments

Color spaces of #ef945b

RGB 23914891
HSL0.060.820.65
HSV23°62°94°
CMYK 0.000.380.62   0.06
XYZ48.074840.285915.1397
Yxy40.28590.46450.3892
Hunter Lab63.471224.126230.2875
CIE-Lab69.672729.100144.0982

#ef945b color RGB value is (239,148,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010100 01011011
Octal 357 224 133
Decimal 239 148 91
Hex EF 94 5B

RGB Percentages of Color #ef945b

%50.00
%30.96
%19.04

CMYK Percentages of Color #ef945b

%0
%38
%62
%6

Triadic Colors of #ef945b

#ef945b #5bef94 #945bef

Analogous Colors of #ef945b

#ef945b #efde5b #ef5b6c

Monochromatic Colors of #ef945b

#ef945b

Complementary Color

#ef945b #5bb6ef

#ef945b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef945b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef945b Color CSS Codes

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

#ef945b Text Font Color

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

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


#ef945b Background Color

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

This div background color is #ef945b


#ef945b Border Color

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

This div border color is #ef945b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef945b


Comments

No comments written yet.

Please login to write comment.