Color Hex Logo

#d6fcbc Color Hex

#D6FCBC
(214,252,188)
0 Favorites   0 Comments

Color spaces of #d6fcbc

RGB 214252188
HSL0.270.910.86
HSV96°25°99°
CMYK 0.150.000.25   0.01
XYZ71.619187.547860.7006
Yxy87.54780.32570.3982
Hunter Lab93.5670-27.112727.0331
CIE-Lab94.9702-23.331626.7237

#d6fcbc color RGB value is (214,252,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111100 10111100
Octal 326 374 274
Decimal 214 252 188
Hex D6 FC BC

RGB Percentages of Color #d6fcbc

%32.72
%38.53
%28.75

CMYK Percentages of Color #d6fcbc

%15
%0
%25
%1

Triadic Colors of #d6fcbc

#d6fcbc #bcd6fc #fcbcd6

Analogous Colors of #d6fcbc

#d6fcbc #bcfcc2 #f6fcbc

Monochromatic Colors of #d6fcbc

#d6fcbc

Complementary Color

#d6fcbc #e2bcfc

#d6fcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fcbc Color CSS Codes

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

#d6fcbc Text Font Color

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

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


#d6fcbc Background Color

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

This div background color is #d6fcbc


#d6fcbc Border Color

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

This div border color is #d6fcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fcbc


Comments

No comments written yet.

Please login to write comment.