Color Hex Logo

#d7fbdc Color Hex

#D7FBDC
(215,251,220)
0 Favorites   0 Comments

Color spaces of #d7fbdc

RGB 215251220
HSL0.360.820.91
HSV128°14°98°
CMYK 0.140.000.12   0.02
XYZ75.439888.608780.8372
Yxy88.60870.30810.3618
Hunter Lab94.1322-21.677214.9765
CIE-Lab95.4167-17.304910.9996

#d7fbdc color RGB value is (215,251,220).

#d7fbdc hex color red value is 215, green value is 251 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d7fbdc hue: 0.36 , saturation: 0.82 and the lightness value of d7fbdc is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111011 11011100
Octal 327 373 334
Decimal 215 251 220
Hex D7 FB DC

RGB Percentages of Color #d7fbdc

%31.34
%36.59
%32.07

CMYK Percentages of Color #d7fbdc

%14
%0
%12
%2

Triadic Colors of #d7fbdc

#d7fbdc #dcd7fb #fbdcd7

Analogous Colors of #d7fbdc

#d7fbdc #d7fbee #e4fbd7

Monochromatic Colors of #d7fbdc

#d7fbdc

Complementary Color

#d7fbdc #fbd7f6

#d7fbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7fbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7fbdc Color CSS Codes

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

#d7fbdc Text Font Color

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

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


#d7fbdc Background Color

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

This div background color is #d7fbdc


#d7fbdc Border Color

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

This div border color is #d7fbdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,251,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7fbdc


Comments

No comments written yet.

Please login to write comment.