color codes Logo

#d7fcdd color codes

#D7FCDD
(215,252,221)
0 Favorites   0 Comments

Color spaces of #d7fcdd

RGB 215252221
HSL0.360.860.92
HSV130°15°99°
CMYK 0.150.000.12   0.01
XYZ75.885989.288381.6414
Yxy89.28830.30750.3618
Hunter Lab94.4925-22.010414.9182
CIE-Lab95.7008-17.618810.8909

#d7fcdd color RGB value is (215,252,221).

#d7fcdd hex color red value is 215, green value is 252 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d7fcdd hue: 0.36 , saturation: 0.86 and the lightness value of d7fcdd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111100 11011101
Octal 327 374 335
Decimal 215 252 221
Hex D7 FC DD

RGB Percentages of Color #d7fcdd

%31.25
%36.63
%32.12

CMYK Percentages of Color #d7fcdd

%15
%0
%12
%1

Triadic Colors of #d7fcdd

#d7fcdd #ddd7fc #fcddd7

Analogous Colors of #d7fcdd

#d7fcdd #d7fcf0 #e4fcd7

Monochromatic Colors of #d7fcdd

#d7fcdd

Complementary Color

#d7fcdd #fcd7f6

#d7fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7fcdd Color CSS Codes

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

#d7fcdd Text Font Color

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

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


#d7fcdd Background Color

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

This div background color is #d7fcdd


#d7fcdd Border Color

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

This div border color is #d7fcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7fcdd

Related Colors


Comments

No comments written yet.

Please login to write comment.