Color Hex Logo

#d5fcdd Color Hex

#D5FCDD
(213,252,221)
0 Favorites   0 Comments

Color spaces of #d5fcdd

RGB 213252221
HSL0.370.870.91
HSV132°15°99°
CMYK 0.150.000.12   0.01
XYZ75.302188.987481.6141
Yxy88.98740.30620.3619
Hunter Lab94.3331-22.594114.7373
CIE-Lab95.5752-18.269910.6946

#d5fcdd color RGB value is (213,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111100 11011101
Octal 325 374 335
Decimal 213 252 221
Hex D5 FC DD

RGB Percentages of Color #d5fcdd

%31.05
%36.73
%32.22

CMYK Percentages of Color #d5fcdd

%15
%0
%12
%1

Triadic Colors of #d5fcdd

#d5fcdd #ddd5fc #fcddd5

Analogous Colors of #d5fcdd

#d5fcdd #d5fcf1 #e1fcd5

Monochromatic Colors of #d5fcdd

#d5fcdd

Complementary Color

#d5fcdd #fcd5f4

#d5fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fcdd Color CSS Codes

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

#d5fcdd Text Font Color

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

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


#d5fcdd Background Color

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

This div background color is #d5fcdd


#d5fcdd Border Color

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

This div border color is #d5fcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fcdd

Related Colors


Comments

No comments written yet.

Please login to write comment.