Color Hex Logo

#d5fcda Color Hex

#D5FCDA
(213,252,218)
0 Favorites   0 Comments

Color spaces of #d5fcda

RGB 213252218
HSL0.350.870.91
HSV128°15°99°
CMYK 0.150.000.13   0.01
XYZ74.905988.828979.5274
Yxy88.82890.30790.3652
Hunter Lab94.2491-23.070315.9454
CIE-Lab95.5089-18.797112.1421

#d5fcda color RGB value is (213,252,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111100 11011010
Octal 325 374 332
Decimal 213 252 218
Hex D5 FC DA

RGB Percentages of Color #d5fcda

%31.19
%36.90
%31.92

CMYK Percentages of Color #d5fcda

%15
%0
%13
%1

Triadic Colors of #d5fcda

#d5fcda #dad5fc #fcdad5

Analogous Colors of #d5fcda

#d5fcda #d5fcee #e4fcd5

Monochromatic Colors of #d5fcda

#d5fcda

Complementary Color

#d5fcda #fcd5f7

#d5fcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fcda Color CSS Codes

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

#d5fcda Text Font Color

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

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


#d5fcda Background Color

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

This div background color is #d5fcda


#d5fcda Border Color

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

This div border color is #d5fcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fcda


Comments

No comments written yet.

Please login to write comment.