Color Hex Logo

#ccf2bb Color Hex

#CCF2BB
(204,242,187)
0 Favorites   0 Comments

Color spaces of #ccf2bb

RGB 204242187
HSL0.280.680.84
HSV101°23°95°
CMYK 0.160.000.23   0.05
XYZ65.623679.929558.9829
Yxy79.92950.32080.3908
Hunter Lab89.4033-25.433623.4663
CIE-Lab91.6532-22.102322.5723

#ccf2bb color RGB value is (204,242,187).

#ccf2bb hex color red value is 204, green value is 242 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ccf2bb hue: 0.28 , saturation: 0.68 and the lightness value of ccf2bb is 0.84.

The process color (four color CMYK) of #ccf2bb color hex is 0.16, 0.00, 0.23, 0.05. Web safe color of #ccf2bb is #ccffcc. Color #ccf2bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 10111011
Octal 314 362 273
Decimal 204 242 187
Hex CC F2 BB

RGB Percentages of Color #ccf2bb

%32.23
%38.23
%29.54

CMYK Percentages of Color #ccf2bb

%16
%0
%23
%5

Triadic Colors of #ccf2bb

#ccf2bb #bbccf2 #f2bbcc

Analogous Colors of #ccf2bb

#ccf2bb #bbf2c6 #e8f2bb

Monochromatic Colors of #ccf2bb

#ccf2bb

Complementary Color

#ccf2bb #e1bbf2

#ccf2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf2bb Color CSS Codes

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

#ccf2bb Text Font Color

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

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


#ccf2bb Background Color

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

This div background color is #ccf2bb


#ccf2bb Border Color

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

This div border color is #ccf2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf2bb


Comments

No comments written yet.

Please login to write comment.