Color Hex Logo

#ccf9bf Color Hex

#CCF9BF
(204,249,191)
0 Favorites   0 Comments

Color spaces of #ccf9bf

RGB 204249191
HSL0.300.830.86
HSV107°23°98°
CMYK 0.180.000.23   0.02
XYZ68.181584.350361.9779
Yxy84.35030.31780.3932
Hunter Lab91.8424-28.210324.2791
CIE-Lab93.6024-24.835323.2189

#ccf9bf color RGB value is (204,249,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 10111111
Octal 314 371 277
Decimal 204 249 191
Hex CC F9 BF

RGB Percentages of Color #ccf9bf

%31.68
%38.66
%29.66

CMYK Percentages of Color #ccf9bf

%18
%0
%23
%2

Triadic Colors of #ccf9bf

#ccf9bf #bfccf9 #f9bfcc

Analogous Colors of #ccf9bf

#ccf9bf #bff9cf #e9f9bf

Monochromatic Colors of #ccf9bf

#ccf9bf

Complementary Color

#ccf9bf #ecbff9

#ccf9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf9bf Color CSS Codes

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

#ccf9bf Text Font Color

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

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


#ccf9bf Background Color

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

This div background color is #ccf9bf


#ccf9bf Border Color

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

This div border color is #ccf9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf9bf


Comments

No comments written yet.

Please login to write comment.