Color Hex Logo

#d4fdbc Color Hex

#D4FDBC
(212,253,188)
0 Favorites   0 Comments

Color spaces of #d4fdbc

RGB 212253188
HSL0.270.940.86
HSV98°26°99°
CMYK 0.160.000.26   0.01
XYZ71.353887.878460.7784
Yxy87.87840.32430.3994
Hunter Lab93.7435-28.184027.1799
CIE-Lab95.1097-24.495526.8940

#d4fdbc color RGB value is (212,253,188).

#d4fdbc hex color red value is 212, green value is 253 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d4fdbc hue: 0.27 , saturation: 0.94 and the lightness value of d4fdbc is 0.86.

The process color (four color CMYK) of #d4fdbc color hex is 0.16, 0.00, 0.26, 0.01. Web safe color of #d4fdbc is #ccffcc. Color #d4fdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111101 10111100
Octal 324 375 274
Decimal 212 253 188
Hex D4 FD BC

RGB Percentages of Color #d4fdbc

%32.47
%38.74
%28.79

CMYK Percentages of Color #d4fdbc

%16
%0
%26
%1

Triadic Colors of #d4fdbc

#d4fdbc #bcd4fd #fdbcd4

Analogous Colors of #d4fdbc

#d4fdbc #bcfdc5 #f5fdbc

Monochromatic Colors of #d4fdbc

#d4fdbc

Complementary Color

#d4fdbc #e5bcfd

#d4fdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fdbc Color CSS Codes

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

#d4fdbc Text Font Color

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

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


#d4fdbc Background Color

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

This div background color is #d4fdbc


#d4fdbc Border Color

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

This div border color is #d4fdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fdbc


Comments

No comments written yet.

Please login to write comment.