Color Hex Logo

#d7efbf Color Hex

#D7EFBF
(215,239,191)
0 Favorites   0 Comments

Color spaces of #d7efbf

RGB 215239191
HSL0.250.600.84
HSV90°20°94°
CMYK 0.100.000.20   0.06
XYZ68.294879.941761.1210
Yxy79.94170.32620.3818
Hunter Lab89.4101-20.122722.0563
CIE-Lab91.6587-16.209320.6351

#d7efbf color RGB value is (215,239,191).

#d7efbf hex color red value is 215, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d7efbf hue: 0.25 , saturation: 0.60 and the lightness value of d7efbf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101111 10111111
Octal 327 357 277
Decimal 215 239 191
Hex D7 EF BF

RGB Percentages of Color #d7efbf

%33.33
%37.05
%29.61

CMYK Percentages of Color #d7efbf

%10
%0
%20
%6

Triadic Colors of #d7efbf

#d7efbf #bfd7ef #efbfd7

Analogous Colors of #d7efbf

#d7efbf #bfefbf #efefbf

Monochromatic Colors of #d7efbf

#d7efbf

Complementary Color

#d7efbf #d7bfef

#d7efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7efbf Color CSS Codes

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

#d7efbf Text Font Color

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

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


#d7efbf Background Color

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

This div background color is #d7efbf


#d7efbf Border Color

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

This div border color is #d7efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7efbf


Comments

No comments written yet.

Please login to write comment.