Color Hex Logo

#d6fcbd Color Hex

#D6FCBD
(214,252,189)
0 Favorites   0 Comments

Color spaces of #d6fcbd

RGB 214252189
HSL0.270.910.86
HSV96°25°99°
CMYK 0.150.000.25   0.01
XYZ71.727387.591161.2705
Yxy87.59110.32520.3971
Hunter Lab93.5901-26.980626.6978
CIE-Lab94.9885-23.181526.2417

#d6fcbd color RGB value is (214,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111100 10111101
Octal 326 374 275
Decimal 214 252 189
Hex D6 FC BD

RGB Percentages of Color #d6fcbd

%32.67
%38.47
%28.85

CMYK Percentages of Color #d6fcbd

%15
%0
%25
%1

Triadic Colors of #d6fcbd

#d6fcbd #bdd6fc #fcbdd6

Analogous Colors of #d6fcbd

#d6fcbd #bdfcc4 #f6fcbd

Monochromatic Colors of #d6fcbd

#d6fcbd

Complementary Color

#d6fcbd #e3bdfc

#d6fcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fcbd Color CSS Codes

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

#d6fcbd Text Font Color

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

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


#d6fcbd Background Color

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

This div background color is #d6fcbd


#d6fcbd Border Color

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

This div border color is #d6fcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fcbd


Comments

No comments written yet.

Please login to write comment.