Color Hex Logo

#d7feef Color Hex

#D7FEEF
(215,254,239)
0 Favorites   0 Comments

Color spaces of #d7feef

RGB 215254239
HSL0.440.950.92
HSV157°15°100°
CMYK 0.150.000.06   0.00
XYZ79.046191.562795.1685
Yxy91.56270.29740.3445
Hunter Lab95.6884-19.99978.0140
CIE-Lab96.6413-15.32122.9857

#d7feef color RGB value is (215,254,239).

#d7feef hex color red value is 215, green value is 254 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d7feef hue: 0.44 , saturation: 0.95 and the lightness value of d7feef is 0.92.

The process color (four color CMYK) of #d7feef color hex is 0.15, 0.00, 0.06, 0.00. Web safe color of #d7feef is #ccffff. Color #d7feef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111110 11101111
Octal 327 376 357
Decimal 215 254 239
Hex D7 FE EF

RGB Percentages of Color #d7feef

%30.37
%35.88
%33.76

CMYK Percentages of Color #d7feef

%15
%0
%6
%0

Triadic Colors of #d7feef

#d7feef #efd7fe #feefd7

Analogous Colors of #d7feef

#d7feef #d7fafe #d7fedc

Monochromatic Colors of #d7feef

#d7feef

Complementary Color

#d7feef #fed7e6

#d7feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7feef Color CSS Codes

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

#d7feef Text Font Color

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

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


#d7feef Background Color

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

This div background color is #d7feef


#d7feef Border Color

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

This div border color is #d7feef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7feef

Related Colors


Comments

No comments written yet.

Please login to write comment.