Color Hex Logo

#ccf2ba Color Hex

#CCF2BA
(204,242,186)
0 Favorites   0 Comments

Color spaces of #ccf2ba

RGB 204242186
HSL0.280.680.84
HSV101°23°95°
CMYK 0.160.000.23   0.05
XYZ65.516979.886858.4210
Yxy79.88680.32140.3919
Hunter Lab89.3794-25.569923.8119
CIE-Lab91.6340-22.259323.0586

#ccf2ba color RGB value is (204,242,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 10111010
Octal 314 362 272
Decimal 204 242 186
Hex CC F2 BA

RGB Percentages of Color #ccf2ba

%32.28
%38.29
%29.43

CMYK Percentages of Color #ccf2ba

%16
%0
%23
%5

Triadic Colors of #ccf2ba

#ccf2ba #baccf2 #f2bacc

Analogous Colors of #ccf2ba

#ccf2ba #baf2c4 #e8f2ba

Monochromatic Colors of #ccf2ba

#ccf2ba

Complementary Color

#ccf2ba #e0baf2

#ccf2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf2ba Color CSS Codes

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

#ccf2ba Text Font Color

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

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


#ccf2ba Background Color

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

This div background color is #ccf2ba


#ccf2ba Border Color

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

This div border color is #ccf2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf2ba


Comments

No comments written yet.

Please login to write comment.