Color Hex Logo

#d7fcdb Color Hex

#D7FCDB
(215,252,219)
0 Favorites   0 Comments

Color spaces of #d7fcdb

RGB 215252219
HSL0.350.860.92
HSV126°15°99°
CMYK 0.150.000.13   0.01
XYZ75.620989.182480.2461
Yxy89.18240.30860.3639
Hunter Lab94.4364-22.328115.7246
CIE-Lab95.6566-17.969011.8558

#d7fcdb color RGB value is (215,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111100 11011011
Octal 327 374 333
Decimal 215 252 219
Hex D7 FC DB

RGB Percentages of Color #d7fcdb

%31.34
%36.73
%31.92

CMYK Percentages of Color #d7fcdb

%15
%0
%13
%1

Triadic Colors of #d7fcdb

#d7fcdb #dbd7fc #fcdbd7

Analogous Colors of #d7fcdb

#d7fcdb #d7fcee #e6fcd7

Monochromatic Colors of #d7fcdb

#d7fcdb

Complementary Color

#d7fcdb #fcd7f8

#d7fcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7fcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7fcdb Color CSS Codes

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

#d7fcdb Text Font Color

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

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


#d7fcdb Background Color

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

This div background color is #d7fcdb


#d7fcdb Border Color

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

This div border color is #d7fcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7fcdb


Comments

No comments written yet.

Please login to write comment.