Color Hex Logo

#e6d450 Color Hex

#E6D450
(230,212,80)
0 Favorites   0 Comments

Color spaces of #e6d450

RGB 23021280
HSL0.150.750.61
HSV53°65°90°
CMYK 0.000.080.65   0.10
XYZ57.624664.489116.9999
Yxy64.48910.41420.4636
Hunter Lab80.3051-12.447543.6624
CIE-Lab84.2198-8.800565.0986

#e6d450 color RGB value is (230,212,80).

#e6d450 hex color red value is 230, green value is 212 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e6d450 hue: 0.15 , saturation: 0.75 and the lightness value of e6d450 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11010100 01010000
Octal 346 324 120
Decimal 230 212 80
Hex E6 D4 50

RGB Percentages of Color #e6d450

%44.06
%40.61
%15.33

CMYK Percentages of Color #e6d450

%0
%8
%65
%10

Triadic Colors of #e6d450

#e6d450 #50e6d4 #d450e6

Analogous Colors of #e6d450

#e6d450 #ade650 #e68950

Monochromatic Colors of #e6d450

#e6d450

Complementary Color

#e6d450 #5062e6

#e6d450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6d450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6d450 Color CSS Codes

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

#e6d450 Text Font Color

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

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


#e6d450 Background Color

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

This div background color is #e6d450


#e6d450 Border Color

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

This div border color is #e6d450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6d450


Comments

No comments written yet.

Please login to write comment.