Color Hex Logo

#ccf0bf Color Hex

#CCF0BF
(204,240,191)
0 Favorites   0 Comments

Color spaces of #ccf0bf

RGB 204240191
HSL0.290.620.85
HSV104°20°94°
CMYK 0.150.000.20   0.06
XYZ65.465978.919161.0727
Yxy78.91910.31860.3841
Hunter Lab88.8364-23.922421.4252
CIE-Lab91.1977-20.493019.8837

#ccf0bf color RGB value is (204,240,191).

#ccf0bf hex color red value is 204, green value is 240 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ccf0bf hue: 0.29 , saturation: 0.62 and the lightness value of ccf0bf is 0.85.

The process color (four color CMYK) of #ccf0bf color hex is 0.15, 0.00, 0.20, 0.06. Web safe color of #ccf0bf is #ccffcc. Color #ccf0bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 10111111
Octal 314 360 277
Decimal 204 240 191
Hex CC F0 BF

RGB Percentages of Color #ccf0bf

%32.13
%37.80
%30.08

CMYK Percentages of Color #ccf0bf

%15
%0
%20
%6

Triadic Colors of #ccf0bf

#ccf0bf #bfccf0 #f0bfcc

Analogous Colors of #ccf0bf

#ccf0bf #bff0cb #e5f0bf

Monochromatic Colors of #ccf0bf

#ccf0bf

Complementary Color

#ccf0bf #e3bff0

#ccf0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf0bf Color CSS Codes

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

#ccf0bf Text Font Color

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

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


#ccf0bf Background Color

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

This div background color is #ccf0bf


#ccf0bf Border Color

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

This div border color is #ccf0bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,240,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf0bf


Comments

No comments written yet.

Please login to write comment.