Color Hex Logo

#d5fddd Color Hex

#D5FDDD
(213,253,221)
0 Favorites   0 Comments

Color spaces of #d5fddd

RGB 213253221
HSL0.370.910.91
HSV132°16°99°
CMYK 0.160.000.13   0.01
XYZ75.617089.617281.7190
Yxy89.61720.30620.3629
Hunter Lab94.6664-23.085015.0854
CIE-Lab95.8378-18.757811.0696

#d5fddd color RGB value is (213,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111101 11011101
Octal 325 375 335
Decimal 213 253 221
Hex D5 FD DD

RGB Percentages of Color #d5fddd

%31.00
%36.83
%32.17

CMYK Percentages of Color #d5fddd

%16
%0
%13
%1

Triadic Colors of #d5fddd

#d5fddd #ddd5fd #fdddd5

Analogous Colors of #d5fddd

#d5fddd #d5fdf1 #e1fdd5

Monochromatic Colors of #d5fddd

#d5fddd

Complementary Color

#d5fddd #fdd5f5

#d5fddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fddd Color CSS Codes

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

#d5fddd Text Font Color

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

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


#d5fddd Background Color

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

This div background color is #d5fddd


#d5fddd Border Color

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

This div border color is #d5fddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fddd


Comments

No comments written yet.

Please login to write comment.