Color Hex Logo

#cfefdb Color Hex

#CFEFDB
(207,239,219)
0 Favorites   0 Comments

Color spaces of #cfefdb

RGB 207239219
HSL0.400.500.87
HSV143°13°94°
CMYK 0.130.000.08   0.06
XYZ69.384880.112978.8242
Yxy80.11290.30390.3509
Hunter Lab89.5058-18.262210.4397
CIE-Lab91.7355-14.17046.1687

#cfefdb color RGB value is (207,239,219).

#cfefdb hex color red value is 207, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cfefdb hue: 0.40 , saturation: 0.50 and the lightness value of cfefdb is 0.87.

The process color (four color CMYK) of #cfefdb color hex is 0.13, 0.00, 0.08, 0.06. Web safe color of #cfefdb is #ccffcc. Color #cfefdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101111 11011011
Octal 317 357 333
Decimal 207 239 219
Hex CF EF DB

RGB Percentages of Color #cfefdb

%31.13
%35.94
%32.93

CMYK Percentages of Color #cfefdb

%13
%0
%8
%6

Triadic Colors of #cfefdb

#cfefdb #dbcfef #efdbcf

Analogous Colors of #cfefdb

#cfefdb #cfefeb #d3efcf

Monochromatic Colors of #cfefdb

#cfefdb

Complementary Color

#cfefdb #efcfe3

#cfefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfefdb Color CSS Codes

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

#cfefdb Text Font Color

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

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


#cfefdb Background Color

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

This div background color is #cfefdb


#cfefdb Border Color

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

This div border color is #cfefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfefdb


Comments

No comments written yet.

Please login to write comment.