Color Hex Logo

#d7efba Color Hex

#D7EFBA
(215,239,186)
0 Favorites   0 Comments

Color spaces of #d7efba

RGB 215239186
HSL0.240.620.83
HSV87°22°94°
CMYK 0.100.000.22   0.06
XYZ67.753879.725258.2719
Yxy79.72520.32930.3875
Hunter Lab89.2890-20.807223.8084
CIE-Lab91.5614-16.975723.0718

#d7efba color RGB value is (215,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101111 10111010
Octal 327 357 272
Decimal 215 239 186
Hex D7 EF BA

RGB Percentages of Color #d7efba

%33.59
%37.34
%29.06

CMYK Percentages of Color #d7efba

%10
%0
%22
%6

Triadic Colors of #d7efba

#d7efba #bad7ef #efbad7

Analogous Colors of #d7efba

#d7efba #bdefba #efedba

Monochromatic Colors of #d7efba

#d7efba

Complementary Color

#d7efba #d2baef

#d7efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7efba Color CSS Codes

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

#d7efba Text Font Color

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

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


#d7efba Background Color

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

This div background color is #d7efba


#d7efba Border Color

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

This div border color is #d7efba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7efba


Comments

No comments written yet.

Please login to write comment.