Color Hex Logo

#ef934b Color Hex

#EF934B
(239,147,75)
0 Favorites   0 Comments

Color spaces of #ef934b

RGB 23914775
HSL0.070.840.62
HSV26°69°94°
CMYK 0.000.380.69   0.06
XYZ47.300339.726211.8315
Yxy39.72620.47850.4019
Hunter Lab63.028723.656232.9904
CIE-Lab69.274128.667451.5858

#ef934b color RGB value is (239,147,75).

#ef934b hex color red value is 239, green value is 147 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ef934b hue: 0.07 , saturation: 0.84 and the lightness value of ef934b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010011 01001011
Octal 357 223 113
Decimal 239 147 75
Hex EF 93 4B

RGB Percentages of Color #ef934b

%51.84
%31.89
%16.27

CMYK Percentages of Color #ef934b

%0
%38
%69
%6

Triadic Colors of #ef934b

#ef934b #4bef93 #934bef

Analogous Colors of #ef934b

#ef934b #efe54b #ef4b55

Monochromatic Colors of #ef934b

#ef934b

Complementary Color

#ef934b #4ba7ef

#ef934b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef934b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef934b Color CSS Codes

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

#ef934b Text Font Color

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

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


#ef934b Background Color

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

This div background color is #ef934b


#ef934b Border Color

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

This div border color is #ef934b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef934b


Comments

No comments written yet.

Please login to write comment.