Color Hex Logo

#e6ed2d Color Hex

#E6ED2D
(230,237,45)
0 Favorites   0 Comments

Color spaces of #e6ed2d

RGB 23023745
HSL0.170.840.55
HSV62°81°93°
CMYK 0.030.000.81   0.07
XYZ63.391077.580814.1162
Yxy77.58080.40870.5002
Hunter Lab88.0800-25.673852.1538
CIE-Lab90.5883-22.581582.5491

#e6ed2d color RGB value is (230,237,45).

#e6ed2d hex color red value is 230, green value is 237 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e6ed2d hue: 0.17 , saturation: 0.84 and the lightness value of e6ed2d is 0.55.

The process color (four color CMYK) of #e6ed2d color hex is 0.03, 0.00, 0.81, 0.07. Web safe color of #e6ed2d is #ffff33. Color #e6ed2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101101 00101101
Octal 346 355 55
Decimal 230 237 45
Hex E6 ED 2D

RGB Percentages of Color #e6ed2d

%44.92
%46.29
%8.79

CMYK Percentages of Color #e6ed2d

%3
%0
%81
%7

Triadic Colors of #e6ed2d

#e6ed2d #2de6ed #ed2de6

Analogous Colors of #e6ed2d

#e6ed2d #86ed2d #ed942d

Monochromatic Colors of #e6ed2d

#e6ed2d

Complementary Color

#e6ed2d #342ded

#e6ed2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ed2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ed2d Color CSS Codes

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

#e6ed2d Text Font Color

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

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


#e6ed2d Background Color

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

This div background color is #e6ed2d


#e6ed2d Border Color

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

This div border color is #e6ed2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ed2d


Comments

No comments written yet.

Please login to write comment.