Color Hex Logo

#d6ffcb Color Hex

#D6FFCB
(214,255,203)
0 Favorites   0 Comments

Color spaces of #d6ffcb

RGB 214255203
HSL0.301.000.90
HSV107°20°100°
CMYK 0.160.000.20   0.00
XYZ74.271090.127969.9818
Yxy90.12790.31690.3845
Hunter Lab94.9357-26.491722.7494
CIE-Lab96.0498-22.437220.5903

#d6ffcb color RGB value is (214,255,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111111 11001011
Octal 326 377 313
Decimal 214 255 203
Hex D6 FF CB

RGB Percentages of Color #d6ffcb

%31.85
%37.95
%30.21

CMYK Percentages of Color #d6ffcb

%16
%0
%20
%0

Triadic Colors of #d6ffcb

#d6ffcb #cbd6ff #ffcbd6

Analogous Colors of #d6ffcb

#d6ffcb #cbffda #f0ffcb

Monochromatic Colors of #d6ffcb

#d6ffcb

Complementary Color

#d6ffcb #f4cbff

#d6ffcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ffcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ffcb Color CSS Codes

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

#d6ffcb Text Font Color

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

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


#d6ffcb Background Color

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

This div background color is #d6ffcb


#d6ffcb Border Color

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

This div border color is #d6ffcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ffcb


Comments

No comments written yet.

Please login to write comment.