Color Hex Logo

#efd357 Color Hex

#EFD357
(239,211,87)
0 Favorites   0 Comments

Color spaces of #efd357

RGB 23921187
HSL0.140.830.64
HSV49°64°94°
CMYK 0.000.120.64   0.06
XYZ60.611265.627418.4896
Yxy65.62740.41880.4535
Hunter Lab81.0107-8.217443.1754
CIE-Lab84.8060-4.139163.0512

#efd357 color RGB value is (239,211,87).

#efd357 hex color red value is 239, green value is 211 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #efd357 hue: 0.14 , saturation: 0.83 and the lightness value of efd357 is 0.64.

The process color (four color CMYK) of #efd357 color hex is 0.00, 0.12, 0.64, 0.06. Web safe color of #efd357 is #ffcc66. Color #efd357 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 01010111
Octal 357 323 127
Decimal 239 211 87
Hex EF D3 57

RGB Percentages of Color #efd357

%44.51
%39.29
%16.20

CMYK Percentages of Color #efd357

%0
%12
%64
%6

Triadic Colors of #efd357

#efd357 #57efd3 #d357ef

Analogous Colors of #efd357

#efd357 #bfef57 #ef8757

Monochromatic Colors of #efd357

#efd357

Complementary Color

#efd357 #5773ef

#efd357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd357 Color CSS Codes

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

#efd357 Text Font Color

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

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


#efd357 Background Color

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

This div background color is #efd357


#efd357 Border Color

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

This div border color is #efd357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd357


Comments

No comments written yet.

Please login to write comment.