Color Hex Logo

#d8fdcb Color Hex

#D8FDCB
(216,253,203)
0 Favorites   0 Comments

Color spaces of #d8fdcb

RGB 216253203
HSL0.290.930.89
HSV104°20°99°
CMYK 0.150.000.20   0.01
XYZ74.223789.161369.7978
Yxy89.16130.31830.3824
Hunter Lab94.4253-24.932922.2714
CIE-Lab95.6478-20.802220.0486

#d8fdcb color RGB value is (216,253,203).

#d8fdcb hex color red value is 216, green value is 253 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d8fdcb hue: 0.29 , saturation: 0.93 and the lightness value of d8fdcb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111101 11001011
Octal 330 375 313
Decimal 216 253 203
Hex D8 FD CB

RGB Percentages of Color #d8fdcb

%32.14
%37.65
%30.21

CMYK Percentages of Color #d8fdcb

%15
%0
%20
%1

Triadic Colors of #d8fdcb

#d8fdcb #cbd8fd #fdcbd8

Analogous Colors of #d8fdcb

#d8fdcb #cbfdd7 #f1fdcb

Monochromatic Colors of #d8fdcb

#d8fdcb

Complementary Color

#d8fdcb #f0cbfd

#d8fdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8fdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8fdcb Color CSS Codes

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

#d8fdcb Text Font Color

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

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


#d8fdcb Background Color

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

This div background color is #d8fdcb


#d8fdcb Border Color

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

This div border color is #d8fdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8fdcb


Comments

No comments written yet.

Please login to write comment.