Color Hex Logo

#ccffbf Color Hex

#CCFFBF
(204,255,191)
0 Favorites   0 Comments

Color spaces of #ccffbf

RGB 204255191
HSL0.301.000.87
HSV108°25°100°
CMYK 0.200.000.25   0.00
XYZ70.065888.119062.6060
Yxy88.11900.31730.3991
Hunter Lab93.8717-31.043226.1678
CIE-Lab95.2110-27.683025.4343

#ccffbf color RGB value is (204,255,191).

#ccffbf hex color red value is 204, green value is 255 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ccffbf hue: 0.30 , saturation: 1.00 and the lightness value of ccffbf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 10111111
Octal 314 377 277
Decimal 204 255 191
Hex CC FF BF

RGB Percentages of Color #ccffbf

%31.38
%39.23
%29.38

CMYK Percentages of Color #ccffbf

%20
%0
%25
%0

Triadic Colors of #ccffbf

#ccffbf #bfccff #ffbfcc

Analogous Colors of #ccffbf

#ccffbf #bfffd2 #ecffbf

Monochromatic Colors of #ccffbf

#ccffbf

Complementary Color

#ccffbf #f2bfff

#ccffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffbf Color CSS Codes

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

#ccffbf Text Font Color

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

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


#ccffbf Background Color

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

This div background color is #ccffbf


#ccffbf Border Color

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

This div border color is #ccffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffbf

Related Colors

#ccffbf Color Palettes


Comments

No comments written yet.

Please login to write comment.