Color Hex Logo

#d1edab Color Hex

#D1EDAB
(209,237,171)
0 Favorites   0 Comments

Color spaces of #d1edab

RGB 209237171
HSL0.240.650.80
HSV85°28°93°
CMYK 0.120.000.28   0.07
XYZ63.929477.064050.0335
Yxy77.06400.33470.4034
Hunter Lab87.7861-23.634727.6581
CIE-Lab90.3511-20.325729.0292

#d1edab color RGB value is (209,237,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101101 10101011
Octal 321 355 253
Decimal 209 237 171
Hex D1 ED AB

RGB Percentages of Color #d1edab

%33.87
%38.41
%27.71

CMYK Percentages of Color #d1edab

%12
%0
%28
%7

Triadic Colors of #d1edab

#d1edab #abd1ed #edabd1

Analogous Colors of #d1edab

#d1edab #b0edab #ede8ab

Monochromatic Colors of #d1edab

#d1edab

Complementary Color

#d1edab #c7abed

#d1edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1edab Color CSS Codes

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

#d1edab Text Font Color

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

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


#d1edab Background Color

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

This div background color is #d1edab


#d1edab Border Color

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

This div border color is #d1edab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,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 #d1edab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1edab


Comments

No comments written yet.

Please login to write comment.