Color Hex Logo

#cff6db Color Hex

#CFF6DB
(207,246,219)
0 Favorites   0 Comments

Color spaces of #cff6db

RGB 207246219
HSL0.380.680.89
HSV138°16°96°
CMYK 0.160.000.11   0.04
XYZ71.474184.291479.5206
Yxy84.29140.30380.3583
Hunter Lab91.8103-21.706412.9138
CIE-Lab93.5769-17.63338.8163

#cff6db color RGB value is (207,246,219).

#cff6db hex color red value is 207, green value is 246 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cff6db hue: 0.38 , saturation: 0.68 and the lightness value of cff6db is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110110 11011011
Octal 317 366 333
Decimal 207 246 219
Hex CF F6 DB

RGB Percentages of Color #cff6db

%30.80
%36.61
%32.59

CMYK Percentages of Color #cff6db

%16
%0
%11
%4

Triadic Colors of #cff6db

#cff6db #dbcff6 #f6dbcf

Analogous Colors of #cff6db

#cff6db #cff6ef #d7f6cf

Monochromatic Colors of #cff6db

#cff6db

Complementary Color

#cff6db #f6cfea

#cff6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff6db Color CSS Codes

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

#cff6db Text Font Color

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

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


#cff6db Background Color

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

This div background color is #cff6db


#cff6db Border Color

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

This div border color is #cff6db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,246,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cff6db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cff6db;
  -webkit-box-shadow: 1px 1px 3px 2px #cff6db;
  box-shadow:         1px 1px 3px 2px #cff6db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,246,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff6db


Comments

No comments written yet.

Please login to write comment.