Color Hex Logo

#d6ffc2 Color Hex

#D6FFC2
(214,255,194)
0 Favorites   0 Comments

Color spaces of #d6ffc2

RGB 214255194
HSL0.281.000.88
HSV100°24°100°
CMYK 0.160.000.24   0.00
XYZ73.229289.711264.4953
Yxy89.71120.32200.3944
Hunter Lab94.7160-27.746625.9286
CIE-Lab95.8768-23.855224.9259

#d6ffc2 color RGB value is (214,255,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111111 11000010
Octal 326 377 302
Decimal 214 255 194
Hex D6 FF C2

RGB Percentages of Color #d6ffc2

%32.28
%38.46
%29.26

CMYK Percentages of Color #d6ffc2

%16
%0
%24
%0

Triadic Colors of #d6ffc2

#d6ffc2 #c2d6ff #ffc2d6

Analogous Colors of #d6ffc2

#d6ffc2 #c2ffcd #f5ffc2

Monochromatic Colors of #d6ffc2

#d6ffc2

Complementary Color

#d6ffc2 #ebc2ff

#d6ffc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ffc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ffc2 Color CSS Codes

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

#d6ffc2 Text Font Color

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

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


#d6ffc2 Background Color

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

This div background color is #d6ffc2


#d6ffc2 Border Color

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

This div border color is #d6ffc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ffc2

Related Colors


Comments

No comments written yet.

Please login to write comment.