Color Hex Logo

#cffbdb Color Hex

#CFFBDB
(207,251,219)
0 Favorites   0 Comments

Color spaces of #cffbdb

RGB 207251219
HSL0.380.850.90
HSV136°18°98°
CMYK 0.180.000.13   0.02
XYZ73.015587.374280.0344
Yxy87.37420.30370.3634
Hunter Lab93.4742-24.148014.6667
CIE-Lab94.8968-20.077210.7049

#cffbdb color RGB value is (207,251,219).

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

The process color (four color CMYK) of #cffbdb color hex is 0.18, 0.00, 0.13, 0.02. Web safe color of #cffbdb is #ccffcc. Color #cffbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111011 11011011
Octal 317 373 333
Decimal 207 251 219
Hex CF FB DB

RGB Percentages of Color #cffbdb

%30.58
%37.08
%32.35

CMYK Percentages of Color #cffbdb

%18
%0
%13
%2

Triadic Colors of #cffbdb

#cffbdb #dbcffb #fbdbcf

Analogous Colors of #cffbdb

#cffbdb #cffbf1 #d9fbcf

Monochromatic Colors of #cffbdb

#cffbdb

Complementary Color

#cffbdb #fbcfef

#cffbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffbdb Color CSS Codes

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

#cffbdb Text Font Color

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

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


#cffbdb Background Color

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

This div background color is #cffbdb


#cffbdb Border Color

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

This div border color is #cffbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffbdb


Comments

No comments written yet.

Please login to write comment.