Color Hex Logo

#d8fcbc Color Hex

#D8FCBC
(216,252,188)
0 Favorites   0 Comments

Color spaces of #d8fcbc

RGB 216252188
HSL0.260.910.86
HSV94°25°99°
CMYK 0.140.000.25   0.01
XYZ72.206487.850660.7281
Yxy87.85060.32700.3979
Hunter Lab93.7287-26.512827.1952
CIE-Lab95.0980-22.642226.9192

#d8fcbc color RGB value is (216,252,188).

#d8fcbc hex color red value is 216, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d8fcbc hue: 0.26 , saturation: 0.91 and the lightness value of d8fcbc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111100 10111100
Octal 330 374 274
Decimal 216 252 188
Hex D8 FC BC

RGB Percentages of Color #d8fcbc

%32.93
%38.41
%28.66

CMYK Percentages of Color #d8fcbc

%14
%0
%25
%1

Triadic Colors of #d8fcbc

#d8fcbc #bcd8fc #fcbcd8

Analogous Colors of #d8fcbc

#d8fcbc #bcfcc0 #f8fcbc

Monochromatic Colors of #d8fcbc

#d8fcbc

Complementary Color

#d8fcbc #e0bcfc

#d8fcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8fcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8fcbc Color CSS Codes

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

#d8fcbc Text Font Color

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

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


#d8fcbc Background Color

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

This div background color is #d8fcbc


#d8fcbc Border Color

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

This div border color is #d8fcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8fcbc


Comments

No comments written yet.

Please login to write comment.