Color Hex Logo

#e6d77d Color Hex

#E6D77D
(230,215,125)
0 Favorites   0 Comments

Color spaces of #e6d77d

RGB 230215125
HSL0.140.680.70
HSV51°46°90°
CMYK 0.000.070.46   0.10
XYZ60.635266.904529.1201
Yxy66.90450.38710.4271
Hunter Lab81.7952-10.818536.1486
CIE-Lab85.4557-6.882746.0667

#e6d77d color RGB value is (230,215,125).

#e6d77d hex color red value is 230, green value is 215 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e6d77d hue: 0.14 , saturation: 0.68 and the lightness value of e6d77d is 0.70.

The process color (four color CMYK) of #e6d77d color hex is 0.00, 0.07, 0.46, 0.10. Web safe color of #e6d77d is #ffcc66. Color #e6d77d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11010111 01111101
Octal 346 327 175
Decimal 230 215 125
Hex E6 D7 7D

RGB Percentages of Color #e6d77d

%40.35
%37.72
%21.93

CMYK Percentages of Color #e6d77d

%0
%7
%46
%10

Triadic Colors of #e6d77d

#e6d77d #7de6d7 #d77de6

Analogous Colors of #e6d77d

#e6d77d #c1e67d #e6a37d

Monochromatic Colors of #e6d77d

#e6d77d

Complementary Color

#e6d77d #7d8ce6

#e6d77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6d77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6d77d Color CSS Codes

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

#e6d77d Text Font Color

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

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


#e6d77d Background Color

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

This div background color is #e6d77d


#e6d77d Border Color

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

This div border color is #e6d77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6d77d


Comments

No comments written yet.

Please login to write comment.