Color Hex Logo

#efbe94 Color Hex

#EFBE94
(239,190,148)
0 Favorites   0 Comments

Color spaces of #efbe94

RGB 239190148
HSL0.080.740.76
HSV28°38°94°
CMYK 0.000.210.38   0.06
XYZ59.355457.315835.9517
Yxy57.31580.38890.3755
Hunter Lab75.70727.458724.8395
CIE-Lab80.356912.045127.8981

#efbe94 color RGB value is (239,190,148).

#efbe94 hex color red value is 239, green value is 190 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #efbe94 hue: 0.08 , saturation: 0.74 and the lightness value of efbe94 is 0.76.

The process color (four color CMYK) of #efbe94 color hex is 0.00, 0.21, 0.38, 0.06. Web safe color of #efbe94 is #ffcc99. Color #efbe94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 10010100
Octal 357 276 224
Decimal 239 190 148
Hex EF BE 94

RGB Percentages of Color #efbe94

%41.42
%32.93
%25.65

CMYK Percentages of Color #efbe94

%0
%21
%38
%6

Triadic Colors of #efbe94

#efbe94 #94efbe #be94ef

Analogous Colors of #efbe94

#efbe94 #efec94 #ef9498

Monochromatic Colors of #efbe94

#efbe94

Complementary Color

#efbe94 #94c5ef

#efbe94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbe94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbe94 Color CSS Codes

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

#efbe94 Text Font Color

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

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


#efbe94 Background Color

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

This div background color is #efbe94


#efbe94 Border Color

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

This div border color is #efbe94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbe94


Comments

No comments written yet.

Please login to write comment.