Color Hex Logo

#efe795 Color Hex

#EFE795
(239,231,149)
0 Favorites   0 Comments

Color spaces of #efe795

RGB 239231149
HSL0.150.740.76
HSV55°38°94°
CMYK 0.000.030.38   0.06
XYZ69.597377.672539.7579
Yxy77.67250.37210.4153
Hunter Lab88.1320-13.270734.9456
CIE-Lab90.6302-8.947340.8952

#efe795 color RGB value is (239,231,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100111 10010101
Octal 357 347 225
Decimal 239 231 149
Hex EF E7 95

RGB Percentages of Color #efe795

%38.61
%37.32
%24.07

CMYK Percentages of Color #efe795

%0
%3
%38
%6

Triadic Colors of #efe795

#efe795 #95efe7 #e795ef

Analogous Colors of #efe795

#efe795 #caef95 #efba95

Monochromatic Colors of #efe795

#efe795

Complementary Color

#efe795 #959def

#efe795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe795 Color CSS Codes

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

#efe795 Text Font Color

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

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


#efe795 Background Color

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

This div background color is #efe795


#efe795 Border Color

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

This div border color is #efe795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe795


Comments

No comments written yet.

Please login to write comment.