Color Hex Logo

#d5feef Color Hex

#D5FEEF
(213,254,239)
0 Favorites   0 Comments

Color spaces of #d5feef

RGB 213254239
HSL0.440.950.92
HSV158°16°100°
CMYK 0.160.000.06   0.00
XYZ78.462491.261895.1412
Yxy91.26180.29620.3446
Hunter Lab95.5310-20.57217.8237
CIE-Lab96.5177-15.94902.7910

#d5feef color RGB value is (213,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111110 11101111
Octal 325 376 357
Decimal 213 254 239
Hex D5 FE EF

RGB Percentages of Color #d5feef

%30.17
%35.98
%33.85

CMYK Percentages of Color #d5feef

%16
%0
%6
%0

Triadic Colors of #d5feef

#d5feef #efd5fe #feefd5

Analogous Colors of #d5feef

#d5feef #d5f9fe #d5fedb

Monochromatic Colors of #d5feef

#d5feef

Complementary Color

#d5feef #fed5e4

#d5feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5feef Color CSS Codes

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

#d5feef Text Font Color

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

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


#d5feef Background Color

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

This div background color is #d5feef


#d5feef Border Color

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

This div border color is #d5feef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5feef


Comments

No comments written yet.

Please login to write comment.