Color Hex Logo

#ccf3ba Color Hex

#CCF3BA
(204,243,186)
0 Favorites   0 Comments

Color spaces of #ccf3ba

RGB 204243186
HSL0.280.700.84
HSV101°23°95°
CMYK 0.160.000.23   0.05
XYZ65.815480.483758.5204
Yxy80.48370.32130.3929
Hunter Lab89.7127-26.045324.1235
CIE-Lab91.9015-22.742123.4276

#ccf3ba color RGB value is (204,243,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 10111010
Octal 314 363 272
Decimal 204 243 186
Hex CC F3 BA

RGB Percentages of Color #ccf3ba

%32.23
%38.39
%29.38

CMYK Percentages of Color #ccf3ba

%16
%0
%23
%5

Triadic Colors of #ccf3ba

#ccf3ba #baccf3 #f3bacc

Analogous Colors of #ccf3ba

#ccf3ba #baf3c5 #e9f3ba

Monochromatic Colors of #ccf3ba

#ccf3ba

Complementary Color

#ccf3ba #e1baf3

#ccf3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf3ba Color CSS Codes

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

#ccf3ba Text Font Color

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

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


#ccf3ba Background Color

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

This div background color is #ccf3ba


#ccf3ba Border Color

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

This div border color is #ccf3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf3ba


Comments

No comments written yet.

Please login to write comment.