Color Hex Logo

#cff3dc Color Hex

#CFF3DC
(207,243,220)
0 Favorites   0 Comments

Color spaces of #cff3dc

RGB 207243220
HSL0.390.600.88
HSV142°15°95°
CMYK 0.150.000.09   0.05
XYZ70.701082.533979.9144
Yxy82.53390.30320.3540
Hunter Lab90.8482-20.069811.4394
CIE-Lab92.8100-15.97297.1972

#cff3dc color RGB value is (207,243,220).

#cff3dc hex color red value is 207, green value is 243 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cff3dc hue: 0.39 , saturation: 0.60 and the lightness value of cff3dc is 0.88.

The process color (four color CMYK) of #cff3dc color hex is 0.15, 0.00, 0.09, 0.05. Web safe color of #cff3dc is #ccffcc. Color #cff3dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110011 11011100
Octal 317 363 334
Decimal 207 243 220
Hex CF F3 DC

RGB Percentages of Color #cff3dc

%30.90
%36.27
%32.84

CMYK Percentages of Color #cff3dc

%15
%0
%9
%5

Triadic Colors of #cff3dc

#cff3dc #dccff3 #f3dccf

Analogous Colors of #cff3dc

#cff3dc #cff3ee #d4f3cf

Monochromatic Colors of #cff3dc

#cff3dc

Complementary Color

#cff3dc #f3cfe6

#cff3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff3dc Color CSS Codes

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

#cff3dc Text Font Color

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

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


#cff3dc Background Color

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

This div background color is #cff3dc


#cff3dc Border Color

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

This div border color is #cff3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff3dc


Comments

No comments written yet.

Please login to write comment.