Color Hex Logo

#efb499 Color Hex

#EFB499
(239,180,153)
0 Favorites   0 Comments

Color spaces of #efb499

RGB 239180153
HSL0.050.730.77
HSV19°36°94°
CMYK 0.000.250.36   0.06
XYZ57.667653.293137.3842
Yxy53.29310.38870.3593
Hunter Lab73.002113.251320.7392
CIE-Lab78.047717.908422.1046

#efb499 color RGB value is (239,180,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 10011001
Octal 357 264 231
Decimal 239 180 153
Hex EF B4 99

RGB Percentages of Color #efb499

%41.78
%31.47
%26.75

CMYK Percentages of Color #efb499

%0
%25
%36
%6

Triadic Colors of #efb499

#efb499 #99efb4 #b499ef

Analogous Colors of #efb499

#efb499 #efdf99 #ef99a9

Monochromatic Colors of #efb499

#efb499

Complementary Color

#efb499 #99d4ef

#efb499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb499 Color CSS Codes

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

#efb499 Text Font Color

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

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


#efb499 Background Color

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

This div background color is #efb499


#efb499 Border Color

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

This div border color is #efb499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb499


Comments

No comments written yet.

Please login to write comment.