Color Hex Logo

#efd761 Color Hex

#EFD761
(239,215,97)
0 Favorites   0 Comments

Color spaces of #efd761

RGB 23921597
HSL0.140.820.66
HSV50°59°94°
CMYK 0.000.100.59   0.06
XYZ62.054767.814721.1282
Yxy67.81470.41100.4491
Hunter Lab82.3497-9.603142.4329
CIE-Lab85.9137-5.524059.9251

#efd761 color RGB value is (239,215,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 01100001
Octal 357 327 141
Decimal 239 215 97
Hex EF D7 61

RGB Percentages of Color #efd761

%43.38
%39.02
%17.60

CMYK Percentages of Color #efd761

%0
%10
%59
%6

Triadic Colors of #efd761

#efd761 #61efd7 #d761ef

Analogous Colors of #efd761

#efd761 #c0ef61 #ef9061

Monochromatic Colors of #efd761

#efd761

Complementary Color

#efd761 #6179ef

#efd761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd761 Color CSS Codes

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

#efd761 Text Font Color

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

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


#efd761 Background Color

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

This div background color is #efd761


#efd761 Border Color

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

This div border color is #efd761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd761


Comments

No comments written yet.

Please login to write comment.