Color Hex Logo

#e2e669 Color Hex

#E2E669
(226,230,105)
0 Favorites   0 Comments

Color spaces of #e2e669

RGB 226230105
HSL0.170.710.66
HSV62°54°90°
CMYK 0.020.000.54   0.10
XYZ62.210673.782324.3272
Yxy73.78230.38800.4602
Hunter Lab85.8966-21.040543.3358
CIE-Lab88.8195-17.686059.3637

#e2e669 color RGB value is (226,230,105).

#e2e669 hex color red value is 226, green value is 230 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e2e669 hue: 0.17 , saturation: 0.71 and the lightness value of e2e669 is 0.66.

The process color (four color CMYK) of #e2e669 color hex is 0.02, 0.00, 0.54, 0.10. Web safe color of #e2e669 is #ccff66. Color #e2e669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11100110 01101001
Octal 342 346 151
Decimal 226 230 105
Hex E2 E6 69

RGB Percentages of Color #e2e669

%40.29
%41.00
%18.72

CMYK Percentages of Color #e2e669

%2
%0
%54
%10

Triadic Colors of #e2e669

#e2e669 #69e2e6 #e669e2

Analogous Colors of #e2e669

#e2e669 #a4e669 #e6ac69

Monochromatic Colors of #e2e669

#e2e669

Complementary Color

#e2e669 #6d69e6

#e2e669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2e669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2e669 Color CSS Codes

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

#e2e669 Text Font Color

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

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


#e2e669 Background Color

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

This div background color is #e2e669


#e2e669 Border Color

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

This div border color is #e2e669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2e669


Comments

No comments written yet.

Please login to write comment.