Color Hex Logo

#efe190 Color Hex

#EFE190
(239,225,144)
0 Favorites   0 Comments

Color spaces of #efe190

RGB 239225144
HSL0.140.750.75
HSV51°40°94°
CMYK 0.000.060.40   0.06
XYZ67.555974.214837.1499
Yxy74.21480.37760.4148
Hunter Lab86.1480-10.782234.7358
CIE-Lab89.0239-6.473441.3223

#efe190 color RGB value is (239,225,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 10010000
Octal 357 341 220
Decimal 239 225 144
Hex EF E1 90

RGB Percentages of Color #efe190

%39.31
%37.01
%23.68

CMYK Percentages of Color #efe190

%0
%6
%40
%6

Triadic Colors of #efe190

#efe190 #90efe1 #e190ef

Analogous Colors of #efe190

#efe190 #ceef90 #efb290

Monochromatic Colors of #efe190

#efe190

Complementary Color

#efe190 #909eef

#efe190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe190 Color CSS Codes

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

#efe190 Text Font Color

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

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


#efe190 Background Color

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

This div background color is #efe190


#efe190 Border Color

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

This div border color is #efe190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe190


Comments

No comments written yet.

Please login to write comment.