Color Hex Logo

#d4fdda Color Hex

#D4FDDA
(212,253,218)
0 Favorites   0 Comments

Color spaces of #d4fdda

RGB 212253218
HSL0.360.910.91
HSV129°16°99°
CMYK 0.160.000.14   0.01
XYZ74.931589.309679.6188
Yxy89.30960.30730.3662
Hunter Lab94.5038-23.849916.2012
CIE-Lab95.7097-19.609912.4193

#d4fdda color RGB value is (212,253,218).

#d4fdda hex color red value is 212, green value is 253 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d4fdda hue: 0.36 , saturation: 0.91 and the lightness value of d4fdda is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111101 11011010
Octal 324 375 332
Decimal 212 253 218
Hex D4 FD DA

RGB Percentages of Color #d4fdda

%31.04
%37.04
%31.92

CMYK Percentages of Color #d4fdda

%16
%0
%14
%1

Triadic Colors of #d4fdda

#d4fdda #dad4fd #fddad4

Analogous Colors of #d4fdda

#d4fdda #d4fdef #e3fdd4

Monochromatic Colors of #d4fdda

#d4fdda

Complementary Color

#d4fdda #fdd4f7

#d4fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fdda Color CSS Codes

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

#d4fdda Text Font Color

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

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


#d4fdda Background Color

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

This div background color is #d4fdda


#d4fdda Border Color

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

This div border color is #d4fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fdda


Comments

No comments written yet.

Please login to write comment.