color codes Logo

#d6e87e color codes

#D6E87E
(214,232,126)
0 Favorites   0 Comments

Color spaces of #d6e87e

RGB 214232126
HSL0.190.700.70
HSV70°46°91°
CMYK 0.080.000.46   0.09
XYZ60.354173.515730.7476
Yxy73.51570.36660.4466
Hunter Lab85.7413-24.399538.7570
CIE-Lab88.6931-21.503249.2913

#d6e87e color RGB value is (214,232,126).

#d6e87e hex color red value is 214, green value is 232 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d6e87e hue: 0.19 , saturation: 0.70 and the lightness value of d6e87e is 0.70.

The process color (four color CMYK) of #d6e87e color code is 0.08, 0.00, 0.46, 0.09. Web safe color of #d6e87e is #ccff66. Color #d6e87e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101000 01111110
Octal 326 350 176
Decimal 214 232 126
Hex D6 E8 7E

RGB Percentages of Color #d6e87e

%37.41
%40.56
%22.03

CMYK Percentages of Color #d6e87e

%8
%0
%46
%9

Triadic Colors of #d6e87e

#d6e87e #7ed6e8 #e87ed6

Analogous Colors of #d6e87e

#d6e87e #a1e87e #e8c57e

Monochromatic Colors of #d6e87e

#d6e87e

Complementary Color

#d6e87e #907ee8

#d6e87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6e87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6e87e Color CSS Codes

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

#d6e87e Text Font Color

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

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


#d6e87e Background Color

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

This div background color is #d6e87e


#d6e87e Border Color

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

This div border color is #d6e87e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,232,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6e87e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6e87e;
  -webkit-box-shadow: 1px 1px 3px 2px #d6e87e;
  box-shadow:         1px 1px 3px 2px #d6e87e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,232,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6e87e


Comments

No comments written yet.

Please login to write comment.