Color Hex Logo

#efd384 Color Hex

#EFD384
(239,211,132)
0 Favorites   0 Comments

Color spaces of #efd384

RGB 239211132
HSL0.120.770.73
HSV44°45°94°
CMYK 0.000.120.45   0.06
XYZ63.055766.605231.3625
Yxy66.60520.39160.4136
Hunter Lab81.6120-4.907034.3440
CIE-Lab85.3042-0.576842.5794

#efd384 color RGB value is (239,211,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 10000100
Octal 357 323 204
Decimal 239 211 132
Hex EF D3 84

RGB Percentages of Color #efd384

%41.07
%36.25
%22.68

CMYK Percentages of Color #efd384

%0
%12
%45
%6

Triadic Colors of #efd384

#efd384 #84efd3 #d384ef

Analogous Colors of #efd384

#efd384 #d6ef84 #ef9e84

Monochromatic Colors of #efd384

#efd384

Complementary Color

#efd384 #84a0ef

#efd384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd384 Color CSS Codes

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

#efd384 Text Font Color

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

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


#efd384 Background Color

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

This div background color is #efd384


#efd384 Border Color

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

This div border color is #efd384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd384


Comments

No comments written yet.

Please login to write comment.