Color Hex Logo

#d6edab Color Hex

#D6EDAB
(214,237,171)
0 Favorites   0 Comments

Color spaces of #d6edab

RGB 214237171
HSL0.220.650.80
HSV81°28°93°
CMYK 0.100.000.28   0.07
XYZ65.366477.804850.1007
Yxy77.80480.33820.4026
Hunter Lab88.2070-22.083728.0688
CIE-Lab90.6908-18.531829.5458

#d6edab color RGB value is (214,237,171).

#d6edab hex color red value is 214, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d6edab hue: 0.22 , saturation: 0.65 and the lightness value of d6edab is 0.80.

The process color (four color CMYK) of #d6edab color hex is 0.10, 0.00, 0.28, 0.07. Web safe color of #d6edab is #ccff99. Color #d6edab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101101 10101011
Octal 326 355 253
Decimal 214 237 171
Hex D6 ED AB

RGB Percentages of Color #d6edab

%34.41
%38.10
%27.49

CMYK Percentages of Color #d6edab

%10
%0
%28
%7

Triadic Colors of #d6edab

#d6edab #abd6ed #edabd6

Analogous Colors of #d6edab

#d6edab #b5edab #ede3ab

Monochromatic Colors of #d6edab

#d6edab

Complementary Color

#d6edab #c2abed

#d6edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6edab Color CSS Codes

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

#d6edab Text Font Color

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

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


#d6edab Background Color

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

This div background color is #d6edab


#d6edab Border Color

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

This div border color is #d6edab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6edab


Comments

No comments written yet.

Please login to write comment.