Color Hex Logo

#d6fccb Color Hex

#D6FCCB
(214,252,203)
0 Favorites   0 Comments

Color spaces of #d6fccb

RGB 214252203
HSL0.300.890.89
HSV107°19°99°
CMYK 0.150.000.19   0.01
XYZ73.321588.228769.6653
Yxy88.22870.31710.3816
Hunter Lab93.9301-25.041321.7774
CIE-Lab95.2572-20.991619.4842

#d6fccb color RGB value is (214,252,203).

#d6fccb hex color red value is 214, green value is 252 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d6fccb hue: 0.30 , saturation: 0.89 and the lightness value of d6fccb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111100 11001011
Octal 326 374 313
Decimal 214 252 203
Hex D6 FC CB

RGB Percentages of Color #d6fccb

%31.99
%37.67
%30.34

CMYK Percentages of Color #d6fccb

%15
%0
%19
%1

Triadic Colors of #d6fccb

#d6fccb #cbd6fc #fccbd6

Analogous Colors of #d6fccb

#d6fccb #cbfcd9 #effccb

Monochromatic Colors of #d6fccb

#d6fccb

Complementary Color

#d6fccb #f1cbfc

#d6fccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fccb Color CSS Codes

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

#d6fccb Text Font Color

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

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


#d6fccb Background Color

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

This div background color is #d6fccb


#d6fccb Border Color

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

This div border color is #d6fccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fccb

Related Colors


Comments

No comments written yet.

Please login to write comment.