Color Hex Logo

#efe093 Color Hex

#EFE093
(239,224,147)
0 Favorites   0 Comments

Color spaces of #efe093

RGB 239224147
HSL0.140.740.76
HSV50°38°94°
CMYK 0.000.060.38   0.06
XYZ67.518773.768638.2839
Yxy73.76860.37600.4108
Hunter Lab85.8886-9.982933.6942
CIE-Lab88.8130-5.646339.5509

#efe093 color RGB value is (239,224,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 10010011
Octal 357 340 223
Decimal 239 224 147
Hex EF E0 93

RGB Percentages of Color #efe093

%39.18
%36.72
%24.10

CMYK Percentages of Color #efe093

%0
%6
%38
%6

Triadic Colors of #efe093

#efe093 #93efe0 #e093ef

Analogous Colors of #efe093

#efe093 #d0ef93 #efb293

Monochromatic Colors of #efe093

#efe093

Complementary Color

#efe093 #93a2ef

#efe093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe093 Color CSS Codes

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

#efe093 Text Font Color

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

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


#efe093 Background Color

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

This div background color is #efe093


#efe093 Border Color

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

This div border color is #efe093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe093


Comments

No comments written yet.

Please login to write comment.