Color Hex Logo

#d4ffbf Color Hex

#D4FFBF
(212,255,191)
0 Favorites   0 Comments

Color spaces of #d4ffbf

RGB 212255191
HSL0.281.000.87
HSV100°25°100°
CMYK 0.170.000.25   0.00
XYZ72.315389.278662.7113
Yxy89.27860.32240.3980
Hunter Lab94.4874-28.739026.7903
CIE-Lab95.6967-24.993626.1786

#d4ffbf color RGB value is (212,255,191).

#d4ffbf hex color red value is 212, green value is 255 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d4ffbf hue: 0.28 , saturation: 1.00 and the lightness value of d4ffbf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111111 10111111
Octal 324 377 277
Decimal 212 255 191
Hex D4 FF BF

RGB Percentages of Color #d4ffbf

%32.22
%38.75
%29.03

CMYK Percentages of Color #d4ffbf

%17
%0
%25
%0

Triadic Colors of #d4ffbf

#d4ffbf #bfd4ff #ffbfd4

Analogous Colors of #d4ffbf

#d4ffbf #bfffca #f4ffbf

Monochromatic Colors of #d4ffbf

#d4ffbf

Complementary Color

#d4ffbf #eabfff

#d4ffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ffbf Color CSS Codes

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

#d4ffbf Text Font Color

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

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


#d4ffbf Background Color

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

This div background color is #d4ffbf


#d4ffbf Border Color

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

This div border color is #d4ffbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,255,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ffbf


Comments

No comments written yet.

Please login to write comment.