Color Hex Logo

#cff6df Color Hex

#CFF6DF
(207,246,223)
0 Favorites   0 Comments

Color spaces of #cff6df

RGB 207246223
HSL0.400.680.89
HSV145°16°96°
CMYK 0.160.000.09   0.04
XYZ72.007284.504682.3279
Yxy84.50460.30150.3538
Hunter Lab91.9264-21.049711.2492
CIE-Lab93.6692-16.90366.8804

#cff6df color RGB value is (207,246,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110110 11011111
Octal 317 366 337
Decimal 207 246 223
Hex CF F6 DF

RGB Percentages of Color #cff6df

%30.62
%36.39
%32.99

CMYK Percentages of Color #cff6df

%16
%0
%9
%4

Triadic Colors of #cff6df

#cff6df #dfcff6 #f6dfcf

Analogous Colors of #cff6df

#cff6df #cff6f3 #d3f6cf

Monochromatic Colors of #cff6df

#cff6df

Complementary Color

#cff6df #f6cfe6

#cff6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff6df Color CSS Codes

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

#cff6df Text Font Color

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

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


#cff6df Background Color

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

This div background color is #cff6df


#cff6df Border Color

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

This div border color is #cff6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff6df


Comments

No comments written yet.

Please login to write comment.