Color Hex Logo

#efe193 Color Hex

#EFE193
(239,225,147)
0 Favorites   0 Comments

Color spaces of #efe193

RGB 239225147
HSL0.140.740.76
HSV51°38°94°
CMYK 0.000.060.38   0.06
XYZ67.788374.307738.3738
Yxy74.30770.37560.4117
Hunter Lab86.2019-10.482833.9477
CIE-Lab89.0677-6.151139.8796

#efe193 color RGB value is (239,225,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 10010011
Octal 357 341 223
Decimal 239 225 147
Hex EF E1 93

RGB Percentages of Color #efe193

%39.12
%36.82
%24.06

CMYK Percentages of Color #efe193

%0
%6
%38
%6

Triadic Colors of #efe193

#efe193 #93efe1 #e193ef

Analogous Colors of #efe193

#efe193 #cfef93 #efb393

Monochromatic Colors of #efe193

#efe193

Complementary Color

#efe193 #93a1ef

#efe193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe193 Color CSS Codes

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

#efe193 Text Font Color

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

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


#efe193 Background Color

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

This div background color is #efe193


#efe193 Border Color

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

This div border color is #efe193


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,225,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 #efe193">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe193


Comments

No comments written yet.

Please login to write comment.