Color Hex Logo

#d4fbdd Color Hex

#D4FBDD
(212,251,221)
0 Favorites   0 Comments

Color spaces of #d4fbdd

RGB 212251221
HSL0.370.830.91
HSV134°16°98°
CMYK 0.160.000.12   0.02
XYZ74.699788.211981.4961
Yxy88.21190.30560.3609
Hunter Lab93.9212-22.393114.2985
CIE-Lab95.2501-18.105810.2218

#d4fbdd color RGB value is (212,251,221).

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

The process color (four color CMYK) of #d4fbdd color hex is 0.16, 0.00, 0.12, 0.02. Web safe color of #d4fbdd is #ccffcc. Color #d4fbdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111011 11011101
Octal 324 373 335
Decimal 212 251 221
Hex D4 FB DD

RGB Percentages of Color #d4fbdd

%30.99
%36.70
%32.31

CMYK Percentages of Color #d4fbdd

%16
%0
%12
%2

Triadic Colors of #d4fbdd

#d4fbdd #ddd4fb #fbddd4

Analogous Colors of #d4fbdd

#d4fbdd #d4fbf1 #dffbd4

Monochromatic Colors of #d4fbdd

#d4fbdd

Complementary Color

#d4fbdd #fbd4f2

#d4fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fbdd Color CSS Codes

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

#d4fbdd Text Font Color

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

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


#d4fbdd Background Color

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

This div background color is #d4fbdd


#d4fbdd Border Color

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

This div border color is #d4fbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fbdd


Comments

No comments written yet.

Please login to write comment.