Color Hex Logo

#d5fdde Color Hex

#D5FDDE
(213,253,222)
0 Favorites   0 Comments

Color spaces of #d5fdde

RGB 213253222
HSL0.370.910.91
HSV134°16°99°
CMYK 0.160.000.12   0.01
XYZ75.750789.670682.4229
Yxy89.67060.30560.3618
Hunter Lab94.6946-22.924814.6797
CIE-Lab95.8600-18.580710.5875

#d5fdde color RGB value is (213,253,222).

#d5fdde hex color red value is 213, green value is 253 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d5fdde hue: 0.37 , saturation: 0.91 and the lightness value of d5fdde is 0.91.

The process color (four color CMYK) of #d5fdde color hex is 0.16, 0.00, 0.12, 0.01. Web safe color of #d5fdde is #ccffcc. Color #d5fdde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111101 11011110
Octal 325 375 336
Decimal 213 253 222
Hex D5 FD DE

RGB Percentages of Color #d5fdde

%30.96
%36.77
%32.27

CMYK Percentages of Color #d5fdde

%16
%0
%12
%1

Triadic Colors of #d5fdde

#d5fdde #ded5fd #fdded5

Analogous Colors of #d5fdde

#d5fdde #d5fdf2 #e0fdd5

Monochromatic Colors of #d5fdde

#d5fdde

Complementary Color

#d5fdde #fdd5f4

#d5fdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fdde Color CSS Codes

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

#d5fdde Text Font Color

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

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


#d5fdde Background Color

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

This div background color is #d5fdde


#d5fdde Border Color

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

This div border color is #d5fdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fdde

Related Colors


Comments

No comments written yet.

Please login to write comment.