Color Hex Logo

#efe086 Color Hex

#EFE086
(239,224,134)
0 Favorites   0 Comments

Color spaces of #efe086

RGB 239224134
HSL0.140.770.73
HSV51°44°94°
CMYK 0.000.060.44   0.06
XYZ66.555373.383333.2108
Yxy73.38330.38440.4238
Hunter Lab85.6641-11.229436.9789
CIE-Lab88.6302-6.990445.7686

#efe086 color RGB value is (239,224,134).

#efe086 hex color red value is 239, green value is 224 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #efe086 hue: 0.14 , saturation: 0.77 and the lightness value of efe086 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 10000110
Octal 357 340 206
Decimal 239 224 134
Hex EF E0 86

RGB Percentages of Color #efe086

%40.03
%37.52
%22.45

CMYK Percentages of Color #efe086

%0
%6
%44
%6

Triadic Colors of #efe086

#efe086 #86efe0 #e086ef

Analogous Colors of #efe086

#efe086 #caef86 #efac86

Monochromatic Colors of #efe086

#efe086

Complementary Color

#efe086 #8695ef

#efe086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe086 Color CSS Codes

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

#efe086 Text Font Color

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

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


#efe086 Background Color

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

This div background color is #efe086


#efe086 Border Color

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

This div border color is #efe086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe086


Comments

No comments written yet.

Please login to write comment.