Color Hex Logo

#d1efba Color Hex

#D1EFBA
(209,239,186)
0 Favorites   0 Comments

Color spaces of #d1efba

RGB 209239186
HSL0.260.620.83
HSV94°22°94°
CMYK 0.130.000.22   0.06
XYZ66.023978.833558.1909
Yxy78.83350.32520.3882
Hunter Lab88.7882-22.644923.2937
CIE-Lab91.1589-19.074922.4531

#d1efba color RGB value is (209,239,186).

#d1efba hex color red value is 209, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d1efba hue: 0.26 , saturation: 0.62 and the lightness value of d1efba is 0.83.

The process color (four color CMYK) of #d1efba color hex is 0.13, 0.00, 0.22, 0.06. Web safe color of #d1efba is #ccffcc. Color #d1efba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101111 10111010
Octal 321 357 272
Decimal 209 239 186
Hex D1 EF BA

RGB Percentages of Color #d1efba

%32.97
%37.70
%29.34

CMYK Percentages of Color #d1efba

%13
%0
%22
%6

Triadic Colors of #d1efba

#d1efba #bad1ef #efbad1

Analogous Colors of #d1efba

#d1efba #baefbe #ecefba

Monochromatic Colors of #d1efba

#d1efba

Complementary Color

#d1efba #d8baef

#d1efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1efba Color CSS Codes

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

#d1efba Text Font Color

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

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


#d1efba Background Color

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

This div background color is #d1efba


#d1efba Border Color

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

This div border color is #d1efba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,239,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1efba


Comments

No comments written yet.

Please login to write comment.