Color Hex Logo

#d5ffee Color Hex

#D5FFEE
(213,255,238)
0 Favorites   0 Comments

Color spaces of #d5ffee

RGB 213255238
HSL0.431.000.92
HSV156°16°100°
CMYK 0.160.000.07   0.00
XYZ78.633291.839294.4712
Yxy91.83920.29680.3466
Hunter Lab95.8328-21.24368.6353
CIE-Lab96.7545-16.62963.6491

#d5ffee color RGB value is (213,255,238).

#d5ffee hex color red value is 213, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d5ffee hue: 0.43 , saturation: 1.00 and the lightness value of d5ffee is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111111 11101110
Octal 325 377 356
Decimal 213 255 238
Hex D5 FF EE

RGB Percentages of Color #d5ffee

%30.17
%36.12
%33.71

CMYK Percentages of Color #d5ffee

%16
%0
%7
%0

Triadic Colors of #d5ffee

#d5ffee #eed5ff #ffeed5

Analogous Colors of #d5ffee

#d5ffee #d5fbff #d5ffd9

Monochromatic Colors of #d5ffee

#d5ffee

Complementary Color

#d5ffee #ffd5e6

#d5ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ffee Color CSS Codes

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

#d5ffee Text Font Color

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

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


#d5ffee Background Color

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

This div background color is #d5ffee


#d5ffee Border Color

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

This div border color is #d5ffee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,255,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ffee

Related Colors


Comments

No comments written yet.

Please login to write comment.