Color Hex Logo

#d7febf Color Hex

#D7FEBF
(215,254,191)
0 Favorites   0 Comments

Color spaces of #d7febf

RGB 215254191
HSL0.270.970.87
HSV97°25°100°
CMYK 0.150.000.25   0.00
XYZ72.870189.092362.6461
Yxy89.09230.32440.3967
Hunter Lab94.3887-27.374526.7211
CIE-Lab95.6190-23.494226.1022

#d7febf color RGB value is (215,254,191).

#d7febf hex color red value is 215, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d7febf hue: 0.27 , saturation: 0.97 and the lightness value of d7febf is 0.87.

The process color (four color CMYK) of #d7febf color hex is 0.15, 0.00, 0.25, 0.00. Web safe color of #d7febf is #ccffcc. Color #d7febf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111110 10111111
Octal 327 376 277
Decimal 215 254 191
Hex D7 FE BF

RGB Percentages of Color #d7febf

%32.58
%38.48
%28.94

CMYK Percentages of Color #d7febf

%15
%0
%25
%0

Triadic Colors of #d7febf

#d7febf #bfd7fe #febfd7

Analogous Colors of #d7febf

#d7febf #bffec7 #f7febf

Monochromatic Colors of #d7febf

#d7febf

Complementary Color

#d7febf #e6bffe

#d7febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7febf Color CSS Codes

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

#d7febf Text Font Color

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

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


#d7febf Background Color

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

This div background color is #d7febf


#d7febf Border Color

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

This div border color is #d7febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7febf

#d7febf Color Palettes


Comments

No comments written yet.

Please login to write comment.