Color Hex Logo

#ef9469 Color Hex

#EF9469
(239,148,105)
0 Favorites   0 Comments

Color spaces of #ef9469

RGB 239148105
HSL0.050.810.67
HSV19°56°94°
CMYK 0.000.380.56   0.06
XYZ48.736340.550518.6229
Yxy40.55050.45160.3758
Hunter Lab63.679325.174527.2362
CIE-Lab69.859830.112337.0165

#ef9469 color RGB value is (239,148,105).

#ef9469 hex color red value is 239, green value is 148 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ef9469 hue: 0.05 , saturation: 0.81 and the lightness value of ef9469 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010100 01101001
Octal 357 224 151
Decimal 239 148 105
Hex EF 94 69

RGB Percentages of Color #ef9469

%48.58
%30.08
%21.34

CMYK Percentages of Color #ef9469

%0
%38
%56
%6

Triadic Colors of #ef9469

#ef9469 #69ef94 #9469ef

Analogous Colors of #ef9469

#ef9469 #efd769 #ef6981

Monochromatic Colors of #ef9469

#ef9469

Complementary Color

#ef9469 #69c4ef

#ef9469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9469 Color CSS Codes

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

#ef9469 Text Font Color

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

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


#ef9469 Background Color

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

This div background color is #ef9469


#ef9469 Border Color

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

This div border color is #ef9469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9469


Comments

No comments written yet.

Please login to write comment.