Color Hex Logo

#d5fcdf Color Hex

#D5FCDF
(213,252,223)
0 Favorites   0 Comments

Color spaces of #d5fcdf

RGB 213252223
HSL0.380.870.91
HSV135°15°99°
CMYK 0.150.000.12   0.01
XYZ75.570389.094783.0260
Yxy89.09470.30510.3597
Hunter Lab94.3900-22.272213.9212
CIE-Lab95.6200-17.91459.7302

#d5fcdf color RGB value is (213,252,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111100 11011111
Octal 325 374 337
Decimal 213 252 223
Hex D5 FC DF

RGB Percentages of Color #d5fcdf

%30.96
%36.63
%32.41

CMYK Percentages of Color #d5fcdf

%15
%0
%12
%1

Triadic Colors of #d5fcdf

#d5fcdf #dfd5fc #fcdfd5

Analogous Colors of #d5fcdf

#d5fcdf #d5fcf3 #dffcd5

Monochromatic Colors of #d5fcdf

#d5fcdf

Complementary Color

#d5fcdf #fcd5f2

#d5fcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fcdf Color CSS Codes

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

#d5fcdf Text Font Color

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

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


#d5fcdf Background Color

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

This div background color is #d5fcdf


#d5fcdf Border Color

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

This div border color is #d5fcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fcdf


Comments

No comments written yet.

Please login to write comment.