Color Hex Logo

#efd648 Color Hex

#EFD648
(239,214,72)
0 Favorites   0 Comments

Color spaces of #efd648

RGB 23921472
HSL0.140.840.61
HSV51°70°94°
CMYK 0.000.100.70   0.06
XYZ60.812966.911715.8410
Yxy66.91170.42360.4661
Hunter Lab81.7996-10.445645.7778
CIE-Lab85.4593-6.478369.7408

#efd648 color RGB value is (239,214,72).

#efd648 hex color red value is 239, green value is 214 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #efd648 hue: 0.14 , saturation: 0.84 and the lightness value of efd648 is 0.61.

The process color (four color CMYK) of #efd648 color hex is 0.00, 0.10, 0.70, 0.06. Web safe color of #efd648 is #ffcc33. Color #efd648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 01001000
Octal 357 326 110
Decimal 239 214 72
Hex EF D6 48

RGB Percentages of Color #efd648

%45.52
%40.76
%13.71

CMYK Percentages of Color #efd648

%0
%10
%70
%6

Triadic Colors of #efd648

#efd648 #48efd6 #d648ef

Analogous Colors of #efd648

#efd648 #b5ef48 #ef8348

Monochromatic Colors of #efd648

#efd648

Complementary Color

#efd648 #4861ef

#efd648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd648 Color CSS Codes

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

#efd648 Text Font Color

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

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


#efd648 Background Color

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

This div background color is #efd648


#efd648 Border Color

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

This div border color is #efd648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd648


Comments

No comments written yet.

Please login to write comment.