Color Hex Logo

#efd770 Color Hex

#EFD770
(239,215,112)
0 Favorites   0 Comments

Color spaces of #efd770

RGB 239215112
HSL0.140.800.69
HSV49°53°94°
CMYK 0.000.100.53   0.06
XYZ62.821768.121525.1669
Yxy68.12150.40240.4364
Hunter Lab82.5357-8.573139.6962
CIE-Lab86.0672-4.405653.2378

#efd770 color RGB value is (239,215,112).

#efd770 hex color red value is 239, green value is 215 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #efd770 hue: 0.14 , saturation: 0.80 and the lightness value of efd770 is 0.69.

The process color (four color CMYK) of #efd770 color hex is 0.00, 0.10, 0.53, 0.06. Web safe color of #efd770 is #ffcc66. Color #efd770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 01110000
Octal 357 327 160
Decimal 239 215 112
Hex EF D7 70

RGB Percentages of Color #efd770

%42.23
%37.99
%19.79

CMYK Percentages of Color #efd770

%0
%10
%53
%6

Triadic Colors of #efd770

#efd770 #70efd7 #d770ef

Analogous Colors of #efd770

#efd770 #c8ef70 #ef9870

Monochromatic Colors of #efd770

#efd770

Complementary Color

#efd770 #7088ef

#efd770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd770 Color CSS Codes

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

#efd770 Text Font Color

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

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


#efd770 Background Color

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

This div background color is #efd770


#efd770 Border Color

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

This div border color is #efd770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd770


Comments

No comments written yet.

Please login to write comment.