Color Hex Logo

#ccf1db Color Hex

#CCF1DB
(204,241,219)
0 Favorites   0 Comments

Color spaces of #ccf1db

RGB 204241219
HSL0.400.570.87
HSV144°15°95°
CMYK 0.150.000.09   0.05
XYZ69.143380.862478.9816
Yxy80.86240.30200.3531
Hunter Lab89.9235-20.115310.8709
CIE-Lab92.0704-16.13706.6267

#ccf1db color RGB value is (204,241,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110001 11011011
Octal 314 361 333
Decimal 204 241 219
Hex CC F1 DB

RGB Percentages of Color #ccf1db

%30.72
%36.30
%32.98

CMYK Percentages of Color #ccf1db

%15
%0
%9
%5

Triadic Colors of #ccf1db

#ccf1db #dbccf1 #f1dbcc

Analogous Colors of #ccf1db

#ccf1db #ccf1ee #d0f1cc

Monochromatic Colors of #ccf1db

#ccf1db

Complementary Color

#ccf1db #f1cce2

#ccf1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf1db Color CSS Codes

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

#ccf1db Text Font Color

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

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


#ccf1db Background Color

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

This div background color is #ccf1db


#ccf1db Border Color

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

This div border color is #ccf1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf1db


Comments

No comments written yet.

Please login to write comment.