Color Hex Logo

#e6d04d Color Hex

#E6D04D
(230,208,77)
0 Favorites   0 Comments

Color spaces of #e6d04d

RGB 23020877
HSL0.140.750.60
HSV51°67°90°
CMYK 0.000.100.67   0.10
XYZ56.528662.470616.0998
Yxy62.47060.41840.4624
Hunter Lab79.0383-10.653143.2497
CIE-Lab83.1631-6.945765.2119

#e6d04d color RGB value is (230,208,77).

#e6d04d hex color red value is 230, green value is 208 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #e6d04d hue: 0.14 , saturation: 0.75 and the lightness value of e6d04d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11010000 01001101
Octal 346 320 115
Decimal 230 208 77
Hex E6 D0 4D

RGB Percentages of Color #e6d04d

%44.66
%40.39
%14.95

CMYK Percentages of Color #e6d04d

%0
%10
%67
%10

Triadic Colors of #e6d04d

#e6d04d #4de6d0 #d04de6

Analogous Colors of #e6d04d

#e6d04d #b0e64d #e6844d

Monochromatic Colors of #e6d04d

#e6d04d

Complementary Color

#e6d04d #4d63e6

#e6d04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6d04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6d04d Color CSS Codes

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

#e6d04d Text Font Color

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

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


#e6d04d Background Color

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

This div background color is #e6d04d


#e6d04d Border Color

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

This div border color is #e6d04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6d04d


Comments

No comments written yet.

Please login to write comment.